- added example feature
This commit is contained in:
Luke Vella 2015-02-09 20:33:53 +01:00
parent 2e6131bc7b
commit 6877e92a1d
6 changed files with 66 additions and 9 deletions

View file

@ -30,6 +30,10 @@ angular.module('rallly', ['ui.router','ngResource','btford.modal','ngTagsInput',
templateUrl : 'templates/about.html',
controller : 'AboutCtrl'
})
.state('example', {
url : '/example',
controller : 'ExampleCtrl'
})
.state('notfound', {
url : '/notfound',
templateUrl : 'templates/notfound.html'