add notifications settings
This commit is contained in:
parent
28df86e6d1
commit
fb117ba1ba
6 changed files with 142 additions and 54 deletions
|
|
@ -318,7 +318,16 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
*
|
||||
*/
|
||||
|
||||
.state('tabs.language', {
|
||||
.state('tabs.notifications', {
|
||||
url: '/notifications',
|
||||
views: {
|
||||
'tab-settings@tabs': {
|
||||
controller: 'preferencesNotificationsController',
|
||||
templateUrl: 'views/preferencesNotifications.html'
|
||||
}
|
||||
}
|
||||
})
|
||||
.state('tabs.language', {
|
||||
url: '/language',
|
||||
views: {
|
||||
'tab-settings@tabs': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue