fix(demos): update demos wip

This commit is contained in:
Tim Lancina
2016-01-04 17:57:57 -06:00
parent 460f35c15f
commit 0d1ef20622
66 changed files with 184 additions and 168 deletions

View File

@ -1,4 +1,4 @@
import {Directive, ElementRef, Renderer} from 'angular2/angular2';
import {Directive, ElementRef, Renderer} from 'angular2/core';
import {Platform, Navbar} from 'ionic/ionic';
import * as actionSheets from './action-sheets/action-sheets';