Fix template reference when creating new card

pull/91/head
Francis Lachapelle 2014-12-17 15:04:19 -05:00
parent de273973b4
commit b552882011
1 changed files with 1 additions and 1 deletions

View File

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