My application calls $HTTP many times like this:
this.$http({ method: this.method, url: this.url })
The this.url is alw
I usually keep settings in angular constants and inject them to services.