@@ -30,6 +30,7 @@
"define": true,
"require": true,
"Chromath": false,
- "setImmediate": true
+ "setImmediate": true,
+ "$": false
}
@@ -52,7 +52,7 @@ function (angular, _) {
};
$scope.removeToolTip = function() {
- $('.tooltip').not(this).hide();
+ $('.tooltip').not(this).hide();
$scope.saveDashboard = function(options) {