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
7ca86c8074
walnut_launchpad.html
/
js
/
controllers
/
bolt-controller.js
7 lines
99 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fixing routing, and changing file names
2017-08-15 15:37:37 +00:00
app
.
controller
(
'boltCtrl'
,
[
'$scope'
,
'Auth'
,
function
(
$scope
,
Auth
)
{
cleanin gpu
2017-08-21 22:06:38 +00:00
bring over some css
2017-08-11 19:21:35 +00:00
var
vm
=
this
;
controllers created
2017-08-08 20:54:25 +00:00
}
]
)
;