How to update the version of Angular in Ionic Framework?

后端 未结 4 1189
一生所求
一生所求 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:03

    Points to note in the excellent Plunker from @tasseKATT above:

    • the version of angular in index.html e.g. must precede the inclusion of ionic.bundle.js
    • you may need to add https://code.angularjs.org:* to your
    • You can check that you've loaded the version you want in a browser console using angular.version

提交回复
热议问题