Use check-tld directive for domain validation

This commit is contained in:
Johannes Zellner
2017-02-09 17:25:57 +01:00
parent 586e78dfea
commit 56545b7f41
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
// create main application module
var app = angular.module('Application', ['angular-md5', 'ui-notification', 'ngTld']);
app.controller('SetupDNSController', ['$scope', '$http', 'Client', function ($scope, $http, Client) {
app.controller('SetupDNSController', ['$scope', '$http', 'Client', 'ngTld', function ($scope, $http, Client, ngTld) {
$scope.initialized = false;
$scope.busy = false;
$scope.error = null;