mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 14:58:36 +08:00
update component properties to array
https://github.com/angular/angular/issues/2013
This commit is contained in:
@ -23,10 +23,10 @@ class SplitViewportDecorator {
|
||||
|
||||
@Component({
|
||||
selector: 'ion-split-view',
|
||||
properties: {
|
||||
defaultView: 'defaultView',
|
||||
navTitle: 'navTitle'
|
||||
},
|
||||
properties: [
|
||||
'defaultView',
|
||||
'navTitle'
|
||||
],
|
||||
})
|
||||
@View({
|
||||
template: `
|
||||
|
Reference in New Issue
Block a user