I have some data from a database in ng-view so I created a button to reload this data if it has a new record. I added a function with location.refresh on ng-click to reload data but It's reload all the page.
May you can fix it?
I have some data from a database in ng-view so I created a button to reload this data if it has a new record. I added a function with location.refresh on ng-click to reload data but It's reload all the page.
May you can fix it?
I tried to do that but that reload all the page ;(
Ok, what about modals? I didn't try back-button.
How can I reload ng-view with ng-click event?
How can I close a modal with ng-click event?
I'm working with an ionic/angular project.