I am using ng-show/ng-hide to switch between two different header titles. It works in the browser but does not work in android (4.1). I also tried using ng-switch, but the same net result. This is inside an ion-modal.
I was wondering if this has something to do with angular’s digest cycle. My modal scope is a child of root scope. When the user wants to copy an item to clipboard, I copy it and then try to give user a visual cue for 2000ms. (copy to clipboard works a-ok, no issues.) But the visual feedback works only in browser not on android. So what I did was add an {{clipboardMsg}} along the non-header items. That too works only in browser not in android.