mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 19:46:44 +01:00
notification system almost implemented at the app
This commit is contained in:
@@ -52,7 +52,15 @@ angular.module('starter', ['ionic',
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
.state('app.notifications', {
|
||||
url: '/notifications/:username',
|
||||
views: {
|
||||
'menuContent': {
|
||||
templateUrl: 'templates/notifications.html',
|
||||
controller: 'NotificationsCtrl'
|
||||
}
|
||||
}
|
||||
})
|
||||
.state('app.users', {
|
||||
url: '/users',
|
||||
views: {
|
||||
|
||||
Reference in New Issue
Block a user