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