Remove @host - for templates that dont have content directly in component

This commit is contained in:
jbavari
2015-10-09 11:22:17 -06:00
parent 092c5123e5
commit f98edb4642

View File

@@ -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;