mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Remove @host - for templates that dont have content directly in component
This commit is contained in:
@@ -38,7 +38,7 @@ export class ItemGroupTitle {
|
||||
* TODO
|
||||
* @param {ElementRef} elementRef TODO
|
||||
*/
|
||||
constructor(elementRef: ElementRef, config: IonicConfig, @Optional() @Host() content: Content) {
|
||||
constructor(elementRef: ElementRef, config: IonicConfig, content: Content) {
|
||||
this.isSticky = true;
|
||||
this.content = content;
|
||||
this.ele = elementRef.nativeElement;
|
||||
|
||||
Reference in New Issue
Block a user