Modal dosn't open?

He;llo can someone tell my why my modal won’t show? Tryed to do same like on codepen of ionic and still it just not firing when i click Create New

You must change

ng-click=“login.show( )”

for

ng-click=“modal.show( )”

anyways it’s not working so good;/

There is a problem with z-index.

Solved adding:

style=“z-index:10;”

to your “ion-content” html tag. (In the general view, not in your modal template)