Hi hey ho.
Is there a way to change the content of a view (home view in my case) without changing the entire .html itself.
Let me explain it a little bit
I have a home.html with two sections (rewards and map). I would like to change the content of the home with the help of two kinda buttons, without reloading the entire view.
Actually im using ng-show and ng-hide to change between the two sections, but is there a better way? Thank you