mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-14 17:53:11 +00:00
docs(): parameter for html5Mode is boolean
This commit is contained in:
parent
e7cfa5c2bf
commit
d7fb721b4d
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@ function $LocationProvider(){
|
||||||
* @name ng.$locationProvider#html5Mode
|
* @name ng.$locationProvider#html5Mode
|
||||||
* @methodOf ng.$locationProvider
|
* @methodOf ng.$locationProvider
|
||||||
* @description
|
* @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
|
* @returns {*} current value if used as getter or itself (chaining) if used as setter
|
||||||
*/
|
*/
|
||||||
this.html5Mode = function(mode) {
|
this.html5Mode = function(mode) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue