Loading content to a DIV without using Angular routes
I am integrating AngularJS in my current, working, website. I want to use
it on a few pages.
I am already using the Laravel framework, which handles my routing (and I
want to keep it that way).
I have a page with some tabs, and I want to load different content
depending on which tab has been chosen, ideally from a hidden div.
How can I accomplish this?
No comments:
Post a Comment