ng-click is not firing on Mobiscroll Form elments (e.g. buttons) on iOS with the Ionic framework.
There is some kind of conflict between Ionic and Mobiscroll handling the touch events.
Current workaround is to add the data-tap-disabled="true" attribute on the element with ng-click.