Update aside.js

This commit is contained in:
Andrew Joslin
2015-03-25 15:57:09 -06:00
parent 2561ab1be2
commit 7fdc6247f5

View File

@ -32,7 +32,7 @@ export class Aside {
constructor(
@NgElement() element: NgElement,
@PropertySetter('style.transform') transformSetter: Function,
@PropertySetter('class.notransition') noTransitionSetter: Function,
/* propertSetter doesn't work for classes right now */
config: AsideConfig
) {
this.domElement = element.domElement