hello everybody
i have a issue with karma and angular-mock 1.2.16
i resolve the issue with angular-mock1.2.12;
But i have a answer, how to know a angular version in ionic-bundle ???
thank a lot =)
hello everybody
i have a issue with karma and angular-mock 1.2.16
i resolve the issue with angular-mock1.2.12;
But i have a answer, how to know a angular version in ionic-bundle ???
thank a lot =)
You can see the angular version a couple ways. You can search the ionic.bundle.js
file for AngularJS v
and it should pull up the comment with the version number. You can also load ionic and log it to the console console.log(angular.version);
You can always just check the repo
https://github.com/driftyco/ionic/blob/master/release/js/angular/angular.js
yes thank i donβt see =)