Make the tld angular directive available in the main view and setupdns

This commit is contained in:
Johannes Zellner
2017-02-09 16:56:32 +01:00
parent 5ca2c2d564
commit 92ede4c242
4 changed files with 10 additions and 2 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', 'base64', 'slick', 'ui-notification', 'ui.bootstrap', 'ui.bootstrap-slider']);
var app = angular.module('Application', ['ngRoute', 'ngAnimate', 'ngSanitize', 'angular-md5', 'base64', 'slick', 'ui-notification', 'ui.bootstrap', 'ui.bootstrap-slider', 'ngTld']);
app.config(['NotificationProvider', function (NotificationProvider) {
NotificationProvider.setOptions({