Addressbook module: fix edit button

This commit is contained in:
Francis Lachapelle 2015-03-20 12:47:58 -04:00
parent 6bf22795f3
commit 885140c92a

View file

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