remove angular2/angular2 imports

This commit is contained in:
Tim Lancina
2015-12-10 09:44:07 -06:00
parent 5882bf9bc2
commit d464d5cb1c
63 changed files with 79 additions and 66 deletions

View File

@@ -5,7 +5,8 @@
* @description
* The ActionSheet is a modal menu with options to select based on an action.
*/
import {Component, Injectable, Renderer, NgFor, NgIf} from 'angular2/angular2';
import {Component, Injectable, Renderer} from 'angular2/core';
import {NgFor, NgIf} from 'angular2/common';
import {OverlayController} from '../overlay/overlay-controller';
import {Config} from '../../config/config';