Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d7fb721

Browse files
docs(): parameter for html5Mode is boolean
1 parent e7cfa5c commit d7fb721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/location.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ function $LocationProvider(){
494494
* @name ng.$locationProvider#html5Mode
495495
* @methodOf ng.$locationProvider
496496
* @description
497-
* @param {string=} mode Use HTML5 strategy if available.
497+
* @param {boolean=} mode Use HTML5 strategy if available.
498498
* @returns {*} current value if used as getter or itself (chaining) if used as setter
499499
*/
500500
this.html5Mode = function(mode) {

0 commit comments

Comments
 (0)