Addressbook module: fix edit button

pull/91/head
Francis Lachapelle 2015-03-20 12:47:58 -04:00
parent 6bf22795f3
commit 885140c92a
1 changed files with 1 additions and 1 deletions

View File

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