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
b4c5d8a2a2
walnut_launchpad.html
/
js
/
controllers
/
musicController.js
4 lines
60 B
JavaScript
Raw
Normal View
History
Unescape
Escape
controllers created
2017-08-08 20:54:25 +00:00
app
.
controller
(
'MusicController'
,
[
function
(
$scope
)
{
added ui.router
2017-08-08 06:35:11 +00:00
controllers created
2017-08-08 20:54:25 +00:00
}
]
)
;