I have to disagree here. In my opinion, wherever possible, use existing libraries. A community reviewed, well tested, often used library will provide code quality most developers can't reach. It is important to learn and try by yourself, but for a publicly accessible application I would strongly advise against using your own implementation of anything you can use from a library like jQuery. There might be exceptions, but by reading the initial question, I assume this is not one.
Best, Johannes On Wednesday, February 5, 2014 9:55:14 AM UTC+1, calvin crane wrote: > > No always you should try to NOT use any libs and frameworks wherever > possible. Use just what you really need - if you had time then you should > just use pure javascript with nothing else and write your own everything. > This is seldom going to be the case and is a bit like asking ford to make > their own tires and then again its not. > > On Tuesday, 4 February 2014 23:50:49 UTC, 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.
