Ng-click works in my emulator but not on my device

As the title states, my ng-click fires just fine when using my emulator (ripple), but when I try to debug on my device (Iphone 6) nothing happens. I’ve tried just about everything I could think of. Changing the div to a button, changing to on-tap. Im just out of ideas…

Here is a codepen of my app http://codepen.io/anon/pen/zxbYxr

Any help or tips would be greatly appreciated! :smiley:

I found out my jquery include wasn’t being loaded in ios for some reason. Problem solved