diff options
| author | Pete Bacon Darwin | 2013-09-05 10:01:50 +0100 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-05 10:01:50 +0100 | 
| commit | 21b1d22563d044eb10681d6d0ba180d197e76303 (patch) | |
| tree | 5106b3a477204d6bea131e83944c4307a78f5c0a /src/ng/location.js | |
| parent | 7ed5599a4bc2f380f8252a760119cb7e7115b414 (diff) | |
| download | angular.js-21b1d22563d044eb10681d6d0ba180d197e76303.tar.bz2 | |
docs(): parameter for html5Mode is boolean
Diffstat (limited to 'src/ng/location.js')
| -rw-r--r-- | src/ng/location.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/location.js b/src/ng/location.js index f7f2669f..94917cd1 100644 --- a/src/ng/location.js +++ b/src/ng/location.js @@ -503,7 +503,7 @@ function $LocationProvider(){     * @name ng.$locationProvider#html5Mode     * @methodOf ng.$locationProvider     * @description -   * @param {string=} mode Use HTML5 strategy if available. +   * @param {boolean=} mode Use HTML5 strategy if available.     * @returns {*} current value if used as getter or itself (chaining) if used as setter     */    this.html5Mode = function(mode) { | 
