mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
Update
- added example feature
This commit is contained in:
parent
2e6131bc7b
commit
6877e92a1d
6 changed files with 66 additions and 9 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue