No, unfortunately ng-view does not fit my needs because I am talking about 
viewing multiple partials all at the same time, kind of like a dashboard. 
 I don't want to create a monolithic template which has all these partials 
wired in (not for technical reasons, I just want to modularize this).

Thanks,
Rob



On Wednesday, September 10, 2014 11:55:31 PM UTC-5, dinesh kumar wrote:
>
> 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to