Skip to content

Commit

Permalink
fix(): gulp validate passes successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Sep 16, 2016
1 parent d9c3b19 commit b750e46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/action-sheet/action-sheet-component.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import { Component, Renderer, ElementRef, HostListener, ViewEncapsulation } from '@angular/core';

import { Animation } from '../../animations/animation';
import { Config } from '../../config/config';
import { Form } from '../../util/form';
import { Key } from '../../util/key';
import { NavParams } from '../../navigation/nav-params';
import { Transition } from '../../transitions/transition';
import { ViewController } from '../../navigation/view-controller';


Expand Down
2 changes: 1 addition & 1 deletion src/components/tap-click/tap-click.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Injectable, NgZone, APP_INITIALIZER } from '@angular/core';
import { Injectable, NgZone } from '@angular/core';

import { Activator } from './activator';
import { App } from '../app/app';
Expand Down

0 comments on commit b750e46

Please sign in to comment.