diff options
Diffstat (limited to 'src/ng/http.js')
| -rw-r--r-- | src/ng/http.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/http.js b/src/ng/http.js index 9fcb4578..a7a15d7e 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -277,7 +277,7 @@ function $HttpProvider() {       *       * ```       * module.run(function($http) { -     *   $http.defaults.headers.common.Authentication = 'Basic YmVlcDpib29w' +     *   $http.defaults.headers.common.Authorization = 'Basic YmVlcDpib29w'       * });       * ```       * | 
