How to update the version of Angular in Ionic Framework?

后端 未结 4 1107
一生所求
一生所求 2021-01-14 01:05

I am having some issues with the Angular filters, everyone says: is because you are not using angular 1.3.8 or above versions, I just realized my version by doing angu

4条回答
  •  花落未央
    2021-01-14 02:02

    ionic.bundle.js is a concatenation of:

    • ionic.js
    • angular.js
    • angular-animate.js
    • angular-sanitize.js
    • angular-ui-router.js
    • ionic-angular.js

    If you want to use a newer AngularJS version than the one included in the bundle you can include them separately with preferred version (instead of loading ionic.bundle.js).

    Do note that the AngularJS version that is included in the newest Ionic version is the version that is/was used during testing (I assume). So by manually including a newer version Ionic may break.

提交回复
热议问题