mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
Update aside.js
This commit is contained in:
@ -32,7 +32,7 @@ export class Aside {
|
|||||||
constructor(
|
constructor(
|
||||||
@NgElement() element: NgElement,
|
@NgElement() element: NgElement,
|
||||||
@PropertySetter('style.transform') transformSetter: Function,
|
@PropertySetter('style.transform') transformSetter: Function,
|
||||||
@PropertySetter('class.notransition') noTransitionSetter: Function,
|
/* propertSetter doesn't work for classes right now */
|
||||||
config: AsideConfig
|
config: AsideConfig
|
||||||
) {
|
) {
|
||||||
this.domElement = element.domElement
|
this.domElement = element.domElement
|
||||||
|
|||||||
Reference in New Issue
Block a user