I'm an angular js newbie, so this might sound trivial. I'm trying to insert html form templates via a angularjs directive.Its like a user selects a particular form template and that template is then inserted into the page. Being new to angularjs i have no idea how to achieve this. Any pointers to implement this would be appreciated.
Read the AngularJS Directive Documentation - specifically, you'll be interested in the You can write out your template as a string, like |
|||||
|