Use uib-tooltip instead of the non angular aware bootstrap one
This commit is contained in:
@@ -488,7 +488,4 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
|
||||
$(this).find("[autofocus]:first").focus();
|
||||
});
|
||||
});
|
||||
|
||||
// setup tooltips (opt-in)
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
}]);
|
||||
|
||||
Reference in New Issue
Block a user