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