Hi,

We realize this might be a very basic doubt; please forgive our ignorance 
if so!

A couple of us are working on a sample project that uses jquery (2.1.1) and 
angular (1.2.18).

We're trying to write interceptors for our httpProvider, and while doing 
so, we noticed a behavior that we got a little confused about. This is what 
we noticed - 

- calls to html pages at runtime (using routeProviders) were handled by 
angular.js, and were routed through our interceptor, as expected.
- on the other hand, calls to .js files at runtime (using <script> tags 
inside the html page) were handled by jquery.js, and hence did not go 
through our interceptor.

Just wondering about how this handling of resources happens - and what 
makes certain calls go through angular, and certain others through jquery..

Any help in understanding this would be appreciated.. Thanks!

-- 
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/d/optout.

Reply via email to