Skip to content

Commit

Permalink
update readme for beta @angular packages
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jul 9, 2016
1 parent 9fef214 commit 98f0b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Add "ui-router-ng1-to-ng2" to your package.json
```
dependencies: {
...
"ui-router-ng1-to-ng2": "^1.0.6"
"ui-router-ng1-to-ng2": "^1.0.7"
}
```

#### Switch your app from bootstrapping using `ng-app` to using the ngUpgrade manual bootstrap

```
// Create an upgrade adapter instance
import {UpgradeAdapter} from 'angular2/upgrade';
import {UpgradeAdapter} from '@angular/upgrade';
export const upgradeAdapter = new UpgradeAdapter();
// Supply ui-router-ng1-to-ng2 with the upgrade adapter
Expand Down

0 comments on commit 98f0b83

Please sign in to comment.