app.controller( 'NavbarCtrl', function( $scope ) { $scope.items = [ 'Balance' ]; } );