2017-08-23 13:26:31 -06:00

6 lines
83 B
JavaScript

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