2017-08-15 09:37:37 -06:00

6 lines
89 B
JavaScript

app.controller('DnsController', [
'$scope',
function($scope) {
var vm = this;
}]);