aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-09-05 10:01:50 +0100
committerPete Bacon Darwin2013-09-05 10:02:07 +0100
commitd7fb721b4d9606aadb48683728ea963bbb1b5caf (patch)
treea1e5e33c31df60ed22c8b1a41dd46111d08563da /src
parente7cfa5c2bf0dbb9e389700fd93433008d013a2ea (diff)
downloadangular.js-d7fb721b4d9606aadb48683728ea963bbb1b5caf.tar.bz2
docs(): parameter for html5Mode is boolean
Diffstat (limited to 'src')
-rw-r--r--src/ng/location.js2
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) {