3 Commits

Author SHA1 Message Date
91f66d8972 chore(): cleanup unused modules 2016-07-11 23:00:45 -05:00
1cfca53f9d chore(npm): publish package as 'ionic-angular'
BREAKING CHANGE: imports from the framework were:
```
  import {Platform} from 'ionic-framework/ionic';
```
and are now:
```
  import {Platform} from 'ionic-angular';
```
2016-02-22 13:25:55 -06:00
6d17d9d185 minify bundle task 2015-12-14 14:02:05 -06:00