4 lines
96 B
JavaScript
4 lines
96 B
JavaScript
app.controller( 'NavbarCtrl',
|
|
function( $scope ) {
|
|
$scope.items = [ 'Balance' ];
|
|
} );
|