add progress message tooltip

This commit is contained in:
Girish Ramakrishnan
2016-06-14 14:26:46 -07:00
parent f53c0b7700
commit f8b402a48e
3 changed files with 5 additions and 1 deletions

View File

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