Moves the global preferences to the sidebar

This commit is contained in:
Gustavo Maximiliano Cortez 2015-11-09 15:20:15 -03:00
commit 308616c254
16 changed files with 177 additions and 130 deletions

View file

@ -21,6 +21,7 @@ angular.module('copayApp.services').factory('animationService', function(isCordo
uriglidera: -1,
preferences: 11,
preferencesGlobal: 11,
glidera: 11,
preferencesColor: 12,
backup: 12,
@ -151,4 +152,4 @@ angular.module('copayApp.services').factory('animationService', function(isCordo
}
return root;
});
});