Add wox templates to Mail and Contacts modules

This commit is contained in:
Francis Lachapelle
2014-12-17 14:58:20 -05:00
parent 96b213e274
commit a89908c738
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'
});