I noticed ngSanitize was removed from the Ionic-Angular bundle. I was using that to display HTML content in my view. Specifically I was using ng-bind-html like so:
You can use Angular’s ngSanitize, you’ll just have to include it yourself:
For instance, if you Bower-install packages to a “lib” directory, you’d just bower install angular-sanitize and then include this in your index.html (or wherever you import scripts):