notification system almost implemented at the app

This commit is contained in:
arnaucode
2016-10-18 13:19:51 +02:00
parent 5445a6f8a8
commit 53ccc9c17f
10 changed files with 79 additions and 22 deletions

View File

@@ -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: {