Add tooltip to show the exact time in event log

This commit is contained in:
Johannes Zellner
2016-07-14 12:46:52 +02:00
parent d501310dc3
commit ebb564f623
4 changed files with 11 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ if (search.accessToken) localStorage.token = search.accessToken;
// create main application module
var app = angular.module('Application', ['ngRoute', 'ngAnimate', 'ngSanitize', 'angular-md5', 'slick', 'ui-notification', 'ui.bootstrap-slider']);
var app = angular.module('Application', ['ngRoute', 'ngAnimate', 'ngSanitize', 'angular-md5', 'slick', 'ui-notification', 'ui.bootstrap', 'ui.bootstrap-slider']);
app.config(['NotificationProvider', function (NotificationProvider) {
NotificationProvider.setOptions({