Skip to content
Snippets Groups Projects
Commit 310db731 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

- Fix JS hint

parent fba82cd7
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ angular.module("cesium.config", [])
"TIMEOUT": 4000,
"DEBUG": false,
"VERSION": "0.1.25",
"BUILD_DATE": "2016-07-04T12:20:29.811Z"
"BUILD_DATE": "2016-07-04T12:37:12.038Z"
})
;
\ No newline at end of file
......@@ -375,12 +375,12 @@ function WalletTxErrorController($scope, $rootScope, $ionicPopup, $timeout, UIUt
$scope.filterPositive = function(prop){
return function(item){
return item[prop] > 0;
}
};
};
$scope.filterNegative = function(prop){
return function(item){
return item[prop] < 0;
}
};
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment