update component properties to array

https://github.com/angular/angular/issues/2013
This commit is contained in:
Adam Bradley
2015-05-29 09:34:08 -05:00
parent 2360bb8cc9
commit ddbb6ae5e1
7 changed files with 27 additions and 27 deletions

View File

@ -23,10 +23,10 @@ class SplitViewportDecorator {
@Component({
selector: 'ion-split-view',
properties: {
defaultView: 'defaultView',
navTitle: 'navTitle'
},
properties: [
'defaultView',
'navTitle'
],
})
@View({
template: `