Addressbook module: fix edit button

This commit is contained in:
Francis Lachapelle
2015-03-20 12:47:58 -04:00
parent 6bf22795f3
commit 885140c92a
+1 -1
View File
@@ -59,7 +59,7 @@
abstract: true,
views: {
card: {
templateUrl: 'UIxContactViewTemplate',
template: '<ui-view/>',
controller: 'CardCtrl'
}
},