You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users who formerly included only `angular-ui-router.js` should now include both bundles.
29
-
Add [`ui-router-core.js`](https://unpkg.com/@uirouter/core/_bundles/) from the [`@uirouter/core` package](https://github.com/ui-router/core)
30
-
as well as [`ui-router-angularjs.js`](https://unpkg.com/@uirouter/angularjs@1.0.3/release/) from the [`@uirouter/angularjs` package](https://github.com/angular-ui/ui-router).
53
+
{: .notice--info }
54
+
Ensure the version of `@uirouter/core` matches [the dependency](https://unpkg.com/@uirouter/angularjs/package.json) in `@uirouter/angularjs`.
31
55
32
56
### Backward compatible mono-bundle
33
57
34
58
For backwards compatibility, we will continue to publish a monolithic bundle as [`angular-ui-router.js`](https://unpkg.com/@uirouter/angularjs/release/).
35
59
This bundle includes *both the core and angularjs code*.
36
-
Existing users who rely on the `angular-ui-router.js` bundle do not have to change anything.
60
+
Existing users who rely on the `angular-ui-router.js` bundle _do not have to change anything_.
37
61
However, this bundle is not compatible with UI-Router plugins which depend on `@uirouter/core`.
0 commit comments