docs(changelog): update beta 11 install instructions

Angular RC5 just has been released, this causes the original install command to fail. I have added the required (RC4) version to the command.
This commit is contained in:
Attila Oláh
2016-08-10 20:01:58 +02:00
committed by Adam Bradley
parent 54a33e08e7
commit 4fdf08f393

View File

@@ -151,7 +151,7 @@ $text-input-wp-show-invalid-highlight: $text-input-wp-show-focus-highlight !defa
1. Run the following command in a terminal to update the npm dependencies:
```
npm install --save ionic-angular @angular/{common,compiler,core,http,forms,platform-browser,platform-browser-dynamic} rxjs@5.0.0-beta.6 zone.js@0.6.12
npm install --save ionic-angular @angular/{common,compiler,core,http,platform-browser,platform-browser-dynamic}@2.0.0-rc.4 @angular/forms rxjs@5.0.0-beta.6 zone.js@0.6.12
```
2. Update all Overlay components to be presented by their controller instead of `NavController`. For example, to update the popover component, the following code: