AngularJs is a test driven framework.But jquery is not.Is using Jquery inside angular directives or anywhere in angularJs for dom manipulations correct way?because most of the plugins are available only for jquery.
For angular js needed to wrap all jquery plugins inside directives and applying that to dom elements.But it seems more time taking process when comparing to jquery's select and apply process.is there any way to overcome this problem?