I have an HTML template that I need to insert on specific views, so I was wondering if this possible in AngularJS and if yes how? Any example is highly appreciated. Thanks
Note: I've checked ng-html but as far as I understood it binds HTML to a scope variable which I can access from view, but that is not applicable for me as the html template I am trying to inject is big and I would rather have it in a separate html file, example: divsToInsert.html
