mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(angular): upgrade to angular 2.0.0-beta.1
Biggest change was that renderer takes and not just .
This commit is contained in:
@@ -153,7 +153,7 @@ export class ListHeader {
|
||||
|
||||
public set id(val: string) {
|
||||
this._id = val;
|
||||
this._renderer.setElementAttribute(this._elementRef, 'id', val);
|
||||
this._renderer.setElementAttribute(this._elementRef.nativeElement, 'id', val);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user