Fix template reference when creating new card

This commit is contained in:
Francis Lachapelle
2014-12-17 15:04:19 -05:00
parent a89908c738
commit 481a6a0593

View File

@@ -41,7 +41,7 @@
url: '/:contactType/new',
views: {
card: {
templateUrl: 'cardEditor.html',
templateUrl: 'contactEditorTemplate', // UI/Templates/Contacts/UIxContactEditorTemplate.wox
controller: 'CardCtrl'
}
},