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
bafe0159ce
walnut_launchpad.html
/
js
/
controllers
/
contact-controller.js
7 lines
88 B
JavaScript
Raw
Normal View
History
Unescape
Escape
clean up
2017-08-21 23:01:04 +00:00
app
.
controller
(
'contactCtrl'
,
[
fixing routing, and changing file names
2017-08-15 15:37:37 +00:00
'$scope'
,
function
(
$scope
)
{
var
vm
=
this
;
}
]
)
;