Fix template reference when creating new card

This commit is contained in:
Francis Lachapelle
2015-06-11 15:42:35 -04:00
parent de273973b4
commit b552882011
+1 -1
View File
@@ -41,7 +41,7 @@
url: '/:contactType/new',
views: {
card: {
templateUrl: 'cardEditor.html',
templateUrl: 'contactEditorTemplate', // UI/Templates/Contacts/UIxContactEditorTemplate.wox
controller: 'CardCtrl'
}
},