I use AngularJs and Ionic and am trying to use this Input Mask , but I'm not sure how to do it. I follow the steps and even then this error appears: Angular Error .
References in index.html:
<script src="js/app.js"></script>
<script src="js/controllers.js"></script>
<script src="js/services.js"></script>
<script src="../angular-input-masks/releases/angular-input-masks-standalone.min.js"></script>
app.js:
angular.module('starter', ['ionic', 'ui.utils.masks','starter.controllers', 'starter.services'])