diff options
Diffstat (limited to 'src/ng/location.js')
| -rw-r--r-- | src/ng/location.js | 45 | 
1 files changed, 16 insertions, 29 deletions
| diff --git a/src/ng/location.js b/src/ng/location.js index c7a2f402..99783fc5 100644 --- a/src/ng/location.js +++ b/src/ng/location.js @@ -289,8 +289,7 @@ LocationHashbangInHtml5Url.prototype =    /**     * @ngdoc method -   * @name ng.$location#absUrl -   * @methodOf ng.$location +   * @name $location#absUrl     *     * @description     * This method is getter only. @@ -304,8 +303,7 @@ LocationHashbangInHtml5Url.prototype =    /**     * @ngdoc method -   * @name ng.$location#url -   * @methodOf ng.$location +   * @name $location#url     *     * @description     * This method is getter / setter. @@ -332,8 +330,7 @@ LocationHashbangInHtml5Url.prototype =    /**     * @ngdoc method -   * @name ng.$location#protocol -   * @methodOf ng.$location +   * @name $location#protocol     *     * @description     * This method is getter only. @@ -346,8 +343,7 @@ LocationHashbangInHtml5Url.prototype =    /**     * @ngdoc method -   * @name ng.$location#host -   * @methodOf ng.$location +   * @name $location#host     *     * @description     * This method is getter only. @@ -360,8 +356,7 @@ LocationHashbangInHtml5Url.prototype =    /**     * @ngdoc method -   * @name ng.$location#port -   * @methodOf ng.$location +   * @name $location#port     *     * @description     * This method is getter only. @@ -374,8 +369,7 @@ LocationHashbangInHtml5Url.prototype =    /**     * @ngdoc method -   * @name ng.$location#path -   * @methodOf ng.$location +   * @name $location#path     *     * @description     * This method is getter / setter. @@ -396,8 +390,7 @@ LocationHashbangInHtml5Url.prototype =    /**     * @ngdoc method -   * @name ng.$location#search -   * @methodOf ng.$location +   * @name $location#search     *     * @description     * This method is getter / setter. @@ -444,8 +437,7 @@ LocationHashbangInHtml5Url.prototype =    /**     * @ngdoc method -   * @name ng.$location#hash -   * @methodOf ng.$location +   * @name $location#hash     *     * @description     * This method is getter / setter. @@ -461,8 +453,7 @@ LocationHashbangInHtml5Url.prototype =    /**     * @ngdoc method -   * @name ng.$location#replace -   * @methodOf ng.$location +   * @name $location#replace     *     * @description     * If called, all changes to $location during current `$digest` will be replacing current history @@ -495,8 +486,8 @@ function locationGetterSetter(property, preprocess) {  /** - * @ngdoc object - * @name ng.$location + * @ngdoc service + * @name $location   *   * @requires $browser   * @requires $sniffer @@ -525,7 +516,7 @@ function locationGetterSetter(property, preprocess) {  /**   * @ngdoc object - * @name ng.$locationProvider + * @name $locationProvider   * @description   * Use the `$locationProvider` to configure how the application deep linking paths are stored.   */ @@ -535,8 +526,7 @@ function $LocationProvider(){    /**     * @ngdoc property -   * @name ng.$locationProvider#hashPrefix -   * @methodOf ng.$locationProvider +   * @name $locationProvider#hashPrefix     * @description     * @param {string=} prefix Prefix for hash part (containing path and search)     * @returns {*} current value if used as getter or itself (chaining) if used as setter @@ -552,8 +542,7 @@ function $LocationProvider(){    /**     * @ngdoc property -   * @name ng.$locationProvider#html5Mode -   * @methodOf ng.$locationProvider +   * @name $locationProvider#html5Mode     * @description     * @param {boolean=} mode Use HTML5 strategy if available.     * @returns {*} current value if used as getter or itself (chaining) if used as setter @@ -569,8 +558,7 @@ function $LocationProvider(){    /**     * @ngdoc event -   * @name ng.$location#$locationChangeStart -   * @eventOf ng.$location +   * @name $location#$locationChangeStart     * @eventType broadcast on root scope     * @description     * Broadcasted before a URL will change. This change can be prevented by calling @@ -585,8 +573,7 @@ function $LocationProvider(){    /**     * @ngdoc event -   * @name ng.$location#$locationChangeSuccess -   * @eventOf ng.$location +   * @name $location#$locationChangeSuccess     * @eventType broadcast on root scope     * @description     * Broadcasted after a URL was changed. | 
