I am using angular form builder and UI-Router. How can I set the reload option?
<a data-ui-sref="app.fbforms.newfbform"
data-ui-sref-opts="{cache: false,reload:true}">NewForm</a>
not working reload option.. page not properly load
I am using angular form builder and UI-Router. How can I set the reload option?
<a data-ui-sref="app.fbforms.newfbform"
data-ui-sref-opts="{cache: false,reload:true}">NewForm</a>
not working reload option.. page not properly load
Copyright © 2021 Jogjafile Inc.
There is a working plunker. The link defined as above is working AS IS. The issue must be elsewhere.
So, to prove it, I created these states:
and this controller
And this call is working as expected:
And changes this view on every click:
Check it here