witoldsz / angular-http-auth

MIT License
2.38k stars 417 forks source link

Added the ability to ignore URLs #10

Closed mbrio closed 11 years ago

mbrio commented 11 years ago

I've added a method which appends functions to an array that are used to check whether a URL should be ignored. This fixes Issue 8: https://github.com/witoldsz/angular-http-auth/issues/8

witoldsz commented 11 years ago

Thanks for solving the issue.

mbrio commented 11 years ago

My pleasure, have a new update to this awaiting pull, tell me what you think of it?