Correct way to integrate jQuery plugins in AngularJS

I was wondering what is the correct way to integrate jQuery plugins into my angular app. I’ve found several tutorials and screen-casts but they seem catered to a specific plugin. For Example: An approach to use jQuery Plugins with AngularJS http://www.youtube.com/watch?v=8ozyXwLzFYs Should I create a directive like so – App.directive(‘directiveName’, function() { return { restrict: ‘A’, … Read more