We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed5599 commit 21b1d22Copy full SHA for 21b1d22
src/ng/location.js
@@ -503,7 +503,7 @@ function $LocationProvider(){
503
* @name ng.$locationProvider#html5Mode
504
* @methodOf ng.$locationProvider
505
* @description
506
- * @param {string=} mode Use HTML5 strategy if available.
+ * @param {boolean=} mode Use HTML5 strategy if available.
507
* @returns {*} current value if used as getter or itself (chaining) if used as setter
508
*/
509
this.html5Mode = function(mode) {
0 commit comments