Add wox templates to Mail and Contacts modules

This commit is contained in:
Francis Lachapelle
2015-06-11 15:42:35 -04:00
parent 3aec2828b4
commit de273973b4
12 changed files with 469 additions and 426 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
})
.state('addressbook.card.editor', {
url: '/edit',
templateUrl: 'cardEditor.html',
templateUrl: 'contactEditorTemplate', // UI/Templates/Contacts/UIxContactEditorTemplate.wox
controller: 'CardCtrl'
});