6 lines
89 B
JavaScript
Raw Normal View History

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