fix templates after alpha50

This commit is contained in:
Adam Bradley
2015-12-09 08:26:44 -06:00
parent 243f03e545
commit 05aaa2d34d
4 changed files with 4 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ export class Button {
this._readIcon(element);
}
afterContentInit() {
ngAfterContentInit() {
this._assignCss(true);
}