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