diff options
| author | Peter Bacon Darwin | 2014-02-06 13:33:42 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:40 +0000 | 
| commit | 2e641ac49f121a6e2cc70bd3879930b44a8a7710 (patch) | |
| tree | 11d52a598b7de52f7c31a1cc4405cba53f0a46ea /src/ng/http.js | |
| parent | 1ca22a3dc8a469dc81718e5f0ae28225a2b7f7b2 (diff) | |
| download | angular.js-2e641ac49f121a6e2cc70bd3879930b44a8a7710.tar.bz2 | |
docs(bike-shed-migration): convert doctype and names
Diffstat (limited to 'src/ng/http.js')
| -rw-r--r-- | src/ng/http.js | 25 | 
1 files changed, 10 insertions, 15 deletions
| diff --git a/src/ng/http.js b/src/ng/http.js index 57dc7172..aa8c4071 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -171,8 +171,9 @@ function $HttpProvider() {      /** -     * @ngdoc function -     * @name ng.$http +     * @ngdoc service +     * @kind function +     * @name $http       * @requires $httpBackend       * @requires $browser       * @requires $cacheFactory @@ -797,8 +798,7 @@ function $HttpProvider() {      /**       * @ngdoc method -     * @name ng.$http#get -     * @methodOf ng.$http +     * @name $http#get       *       * @description       * Shortcut method to perform `GET` request. @@ -810,8 +810,7 @@ function $HttpProvider() {      /**       * @ngdoc method -     * @name ng.$http#delete -     * @methodOf ng.$http +     * @name $http#delete       *       * @description       * Shortcut method to perform `DELETE` request. @@ -823,8 +822,7 @@ function $HttpProvider() {      /**       * @ngdoc method -     * @name ng.$http#head -     * @methodOf ng.$http +     * @name $http#head       *       * @description       * Shortcut method to perform `HEAD` request. @@ -836,8 +834,7 @@ function $HttpProvider() {      /**       * @ngdoc method -     * @name ng.$http#jsonp -     * @methodOf ng.$http +     * @name $http#jsonp       *       * @description       * Shortcut method to perform `JSONP` request. @@ -851,8 +848,7 @@ function $HttpProvider() {      /**       * @ngdoc method -     * @name ng.$http#post -     * @methodOf ng.$http +     * @name $http#post       *       * @description       * Shortcut method to perform `POST` request. @@ -865,8 +861,7 @@ function $HttpProvider() {      /**       * @ngdoc method -     * @name ng.$http#put -     * @methodOf ng.$http +     * @name $http#put       *       * @description       * Shortcut method to perform `PUT` request. @@ -880,7 +875,7 @@ function $HttpProvider() {          /**           * @ngdoc property -         * @name ng.$http#defaults +         * @name $http#defaults           * @propertyOf ng.$http           *           * @description | 
