Fix template reference when creating new card

This commit is contained in:
Francis Lachapelle 2014-12-17 15:04:19 -05:00
parent de273973b4
commit b552882011

View file

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