mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(ionic): release beta.9
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
<a name="2.0.0-beta.9"></a>
|
<a name="2.0.0-beta.9"></a>
|
||||||
# [2.0.0-beta.9](https://github.com/driftyco/ionic/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2016-06-16)
|
# [2.0.0-beta.9](https://github.com/driftyco/ionic/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2016-06-16)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* **backButton:** register back button actions ([84f37cf](https://github.com/driftyco/ionic/commit/84f37cf))
|
* **backButton:** register back button actions ([84f37cf](https://github.com/driftyco/ionic/commit/84f37cf))
|
||||||
|
@ -11,7 +11,7 @@ In the root of the package are ES5 sources in the CommonJS module format, their
|
|||||||
Usually, the only import required by the user is `ionic-angular`, as everything from Ionic is exported by the package:
|
Usually, the only import required by the user is `ionic-angular`, as everything from Ionic is exported by the package:
|
||||||
|
|
||||||
```
|
```
|
||||||
import {App, Page} from 'ionic-angular';
|
import {App} from 'ionic-angular';
|
||||||
```
|
```
|
||||||
|
|
||||||
### Bundles
|
### Bundles
|
||||||
|
Reference in New Issue
Block a user