mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 02:45:25 +00:00
Fix card.view template to prevent useless element (<ui-view="undefined">) injection
This commit is contained in:
committed by
Francis Lachapelle
parent
8cebc00f7a
commit
4ab4ac0f11
@@ -59,7 +59,8 @@
|
||||
abstract: true,
|
||||
views: {
|
||||
card: {
|
||||
template: '<ui-view/>'
|
||||
templateUrl: 'UIxContactViewTemplate',
|
||||
controller: 'CardCtrl'
|
||||
}
|
||||
},
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user