mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-10 05:24:24 +01:00
5 lines
118 B
JavaScript
5 lines
118 B
JavaScript
app.controller( 'NavbarCtrl',
|
|
[ '$scope',
|
|
function( $scope ) {
|
|
$scope.items = [ 'Balance' ];
|
|
} ] );
|