mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(changelog): fix npm install to use beta 10 instead of nightly
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
1. Run the following command from your command prompt/terminal to update to the latest version of the Ionic framework 2:
|
||||
|
||||
```
|
||||
npm install --save ionic-angular@nightly @angular/common@2.0.0-rc.3 @angular/compiler@2.0.0-rc.3 @angular/platform-browser@2.0.0-rc.3 @angular/platform-browser-dynamic@2.0.0-rc.3 @angular/http@2.0.0-rc.3 @angular/core@2.0.0-rc.3 @angular/router@2.0.0-rc.2
|
||||
npm install --save ionic-angular@2.0.0-beta.10 @angular/common@2.0.0-rc.3 @angular/compiler@2.0.0-rc.3 @angular/platform-browser@2.0.0-rc.3 @angular/platform-browser-dynamic@2.0.0-rc.3 @angular/http@2.0.0-rc.3 @angular/core@2.0.0-rc.3 @angular/router@2.0.0-rc.2
|
||||
```
|
||||
|
||||
2. Remove the `*navbar` attribute so this:
|
||||
|
||||
Reference in New Issue
Block a user