Am trying to manipulate dom by using jquery in angularjs; As per the documentation
"If jQuery is available, angular.element is an alias for the jQuery function. If jQuery is not available, angular.element delegates to Angular's built-in subset of jQuery, called "jQuery lite" or "jqLite."
I have two links one using jquery works and one without using jquery throws error. Needed some suggestion on how to get this working without declaring jquery externally?
without using jquery throws errorWhat error to be precise?