Instead of using the shorthand “$” use “jQuery”, btw angularJS has a jQLite version integrated, once you added the full version of jQuery.js inside your html, you will be able to use it through angular.element('.selector')
for your example it should be angular.element('.selector').addClass('className')
.