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

@@ -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', 'ngTld']);
app.controller('SetupDNSController', ['$scope', '$http', 'Client', function ($scope, $http, Client) {
$scope.initialized = false;