Hi red rob,

First of all I want you to consider ng-view,because ng-view fits to your 
requirement,

Ng-include will let blindly cascade a plain HTML file content in middle of your 
view.
You point the src attribute to some HTML file angular loads the HTML and 
appends in DOM,but directive job is different from ng-include(by the way if u 
have planned to use directive in the place of ng-include I would say its a bad 
idea).

Directive is used to do some intensive DOM manipulation by accessing/saving the 
data in scope.I have written some basic outline here. If you need more 
clarification don't hesitate to ask.please refer the document carefully.

☺

Thanks
Dinesh kumar l

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to