AngularJS comes with a trimmed down version of jQuery (called jqLite) but 
you can use a full version if needed. The AngularJS way it to put your DOM 
manipulation code inside of AngularJS directives. Inside the directive code 
it is perfectly acceptable to use jQuery as the means of doing the DOM 
manipulation, it just needs to be wrapped inside a directive and follow the 
best practices for writing directives.

On Tuesday, February 4, 2014 6:50:49 PM UTC-5, biloki wrote:
>
> Hi everyone,
>
> I have a question very base: should we use jquery in the app that use 
> angularjs ? If not, what should we use as the controller of DOM ?
>
> Thank you very much
>

-- 
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/groups/opt_out.

Reply via email to