style(lint): fix linter errors

This commit is contained in:
jgw96
2017-03-03 16:02:24 -06:00
parent 00d128f87f
commit 90f9650d7a
6 changed files with 5 additions and 6 deletions

View File

@@ -3,7 +3,6 @@ import { BrowserModule } from '@angular/platform-browser';
import { IonicApp, IonicModule } from '../../../../..';
import { E2EApp } from './app.component';
import { ModalPageModule } from '../pages/modal-page/modal-page.module';
import { PageOneModule } from '../pages/page-one/page-one.module';
@NgModule({

View File

@@ -129,4 +129,4 @@ export class ModalController {
create(component: any, data: any = {}, opts: ModalOptions = {}) {
return new Modal(this._app, component, data, opts, this.config, this.deepLinker);
}
}
}

View File

@@ -66,4 +66,4 @@ export class ModalImpl extends ViewController {
return this._app.present(this, navOptions, PORTAL_MODAL);
}
}
}

View File

@@ -1,6 +1,6 @@
import { Component, NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { IonicApp, IonicModule, Range } from '../../../../..';
import { IonicApp, IonicModule } from '../../../../..';
import { RootPage } from '../pages/root-page/root-page';

View File

@@ -595,4 +595,4 @@ export function normalizeUrl(browserUrl: string): string {
browserUrl = browserUrl.substr(0, browserUrl.length - 1);
}
return browserUrl;
}
}

View File

@@ -537,4 +537,4 @@ export function mockOverlay() {
onDidDismiss: (callback: Function) => { },
onWillDismiss: (callback: Function) => { }
};
}
}