You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.
I follow "Minimal Modal Sticky States demo" to create this codepen: http://codepen.io/lbngoc/pen/zoVMEE
Currently, the modal is showing when use "ui-sref",
but when I go to state from $state.go, nothing is happened...
Please help to take a look and give me some advices..
The text was updated successfully, but these errors were encountered:
One other thing I noticed in your pen is the scope function name referenced on the ng-click event does not match the one defined on the root scope: openLoginModal vs openModalLogin
With this typo fixed, it all seems to work fine!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I follow "Minimal Modal Sticky States demo" to create this codepen: http://codepen.io/lbngoc/pen/zoVMEE
Currently, the modal is showing when use "ui-sref",
but when I go to state from $state.go, nothing is happened...
Please help to take a look and give me some advices..
The text was updated successfully, but these errors were encountered: