mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-29 13:25:40 +08:00
docs(): parameter for html5Mode is boolean
This commit is contained in:
@@ -503,7 +503,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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user