mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-07 19:56:40 +01:00
alert system implemented
This commit is contained in:
@@ -11,6 +11,7 @@ angular.module('app', [
|
||||
'app.main',
|
||||
'app.events',
|
||||
'app.event',
|
||||
'app.alerts',
|
||||
'app.savedEvents',
|
||||
'app.users',
|
||||
'app.user'
|
||||
@@ -70,6 +71,15 @@ angular.module('app', [
|
||||
}
|
||||
}
|
||||
})
|
||||
.state('app.alerts', {
|
||||
url: '/alerts',
|
||||
views: {
|
||||
'menuContent': {
|
||||
templateUrl: 'templates/alerts.html',
|
||||
controller: 'AlertsCtrl'
|
||||
}
|
||||
}
|
||||
})
|
||||
.state('app.savedEvents', {
|
||||
url: '/savedEvents',
|
||||
views: {
|
||||
|
||||
Reference in New Issue
Block a user