Use uib-tooltip instead of the non angular aware bootstrap one

This commit is contained in:
Johannes Zellner
2016-07-27 16:52:36 +02:00
parent dfc0598ec9
commit 02fcb749aa
2 changed files with 1 additions and 4 deletions

View File

@@ -488,7 +488,4 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
$(this).find("[autofocus]:first").focus();
});
});
// setup tooltips (opt-in)
$('[data-toggle="tooltip"]').tooltip();
}]);