Fix card.view template to prevent useless element (<ui-view="undefined">) injection

pull/91/head
Benoit Favreault 2015-03-17 01:21:41 -04:00 committed by Francis Lachapelle
parent 8cebc00f7a
commit 4ab4ac0f11
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@
abstract: true,
views: {
card: {
template: '<ui-view/>'
templateUrl: 'UIxContactViewTemplate',
controller: 'CardCtrl'
}
},
resolve: {