I have recently updated to Ionic 1.3 and am having a super bizarre issue. If the template my state is using has any ng-template script definitions in it (<script id="templates/go-record-info-modal.html" type="text/ng-template">
) it refuses to fire any of the IonicView events. I’ve been trying to debug this for a few days and can’t come up with anything.
Question 1) Was there a breaking change in moving to angualrjs 1.5 that I can’t find?
Question 2) Where do you put your template definitions, maybe I should just try putting them in separate files?
Cheers