diff options
| author | Pete Bacon Darwin | 2013-09-05 10:01:50 +0100 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-05 10:02:07 +0100 | 
| commit | d7fb721b4d9606aadb48683728ea963bbb1b5caf (patch) | |
| tree | a1e5e33c31df60ed22c8b1a41dd46111d08563da | |
| parent | e7cfa5c2bf0dbb9e389700fd93433008d013a2ea (diff) | |
| download | angular.js-d7fb721b4d9606aadb48683728ea963bbb1b5caf.tar.bz2 | |
docs(): parameter for html5Mode is boolean
| -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 e99137d5..1b0283b4 100644 --- a/src/ng/location.js +++ b/src/ng/location.js @@ -494,7 +494,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) { | 
