From b5528820117649c874c35628d4b860079a0bbb59 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 17 Dec 2014 15:04:19 -0500 Subject: [PATCH] Fix template reference when creating new card --- UI/WebServerResources/js/ContactsUI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/js/ContactsUI.js b/UI/WebServerResources/js/ContactsUI.js index 1691c2699..a57a9883a 100644 --- a/UI/WebServerResources/js/ContactsUI.js +++ b/UI/WebServerResources/js/ContactsUI.js @@ -41,7 +41,7 @@ url: '/:contactType/new', views: { card: { - templateUrl: 'cardEditor.html', + templateUrl: 'contactEditorTemplate', // UI/Templates/Contacts/UIxContactEditorTemplate.wox controller: 'CardCtrl' } },