This website requires JavaScript.
Explore
Help
Sign in
gwh
/
ledgerrb
Watch
1
Star
0
Fork
You've already forked ledgerrb
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
7f8f165279
ledgerrb
/
public
/
app
/
js
/
controllers
/
NavbarCtrl.js
6 lines
118 B
JavaScript
Raw
Normal View
History
Unescape
Escape
remove default stubs
2014-07-30 20:48:32 +02:00
app
.
controller
(
'NavbarCtrl'
,
beautified js
2014-10-01 15:25:20 +02:00
[
'$scope'
,
function
(
$scope
)
{
$scope
.
items
=
[
'Balance'
]
;
}
]
)
;
Reference in a new issue
Copy permalink