Add a tooltip to email field during setup

This commit is contained in:
Johannes Zellner
2017-04-03 16:28:57 +02:00
parent 2c871705c7
commit e0d7850135
2 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
'use strict';
// create main application module
var app = angular.module('Application', ['angular-md5', 'ui-notification']);
var app = angular.module('Application', ['angular-md5', 'ui-notification', 'ui.bootstrap']);
app.controller('SetupController', ['$scope', '$http', 'Client', function ($scope, $http, Client) {
// Stupid angular location provider either wants html5 location mode or not, do the query parsing on my own