This website requires JavaScript.
Explore
Help
Sign In
coolaj86
/
walnut_launchpad.html
Watch
1
Star
0
Fork
You've already forked walnut_launchpad.html
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
b897d8275a
walnut_launchpad.html
/
js
/
controllers
/
dns-controller.js
6 lines
83 B
JavaScript
Raw
Normal View
History
Unescape
Escape
added angular module
2017-08-23 19:26:31 +00:00
app
.
controller
(
'dnsCtrl'
,
[
fixing routing, and changing file names
2017-08-15 15:37:37 +00:00
'$scope'
,
function
(
$scope
)
{
var
vm
=
this
;
}
]
)
;