style(lint): fix linting errors

This commit is contained in:
Brandy Carney
2017-06-13 13:43:39 -04:00
parent e7dfac205f
commit 5dbd3aaa40
3 changed files with 4 additions and 4 deletions

View File

@ -118,7 +118,7 @@ export class MenuToggle {
ngAfterContentInit() {
// Add the bar-button-menutoggle / button-menutoggle class
if (this._isButton) {
//this._button._setClass('menutoggle', true);
// this._button._setClass('menutoggle', true);
}
}

View File

@ -1,5 +1,5 @@
import { Component, ViewChild } from '@angular/core';
import { SegmentButton } from '../../../../../..';
import { Component } from '@angular/core';
// import { SegmentButton } from '../../../../../..';
@Component({