From ad5e42cf8229a40d8dfd3f3e178207b2af1cdb14 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 13 Oct 2011 14:42:41 -0700 Subject: docs($location): Html5 -> HTML5 --- src/service/location.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/service/location.js') diff --git a/src/service/location.js b/src/service/location.js index 6e01d669..2ffc5587 100644 --- a/src/service/location.js +++ b/src/service/location.js @@ -96,10 +96,10 @@ function convertToHashbangUrl(url, basePath, hashPrefix) { /** * LocationUrl represents an url - * This object is exposed as $location service when html5 is enabled and supported + * This object is exposed as $location service when HTML5 mode is enabled and supported * * @constructor - * @param {string} url Html5 url + * @param {string} url HTML5 url * @param {string} pathPrefix */ function LocationUrl(url, pathPrefix) { @@ -107,7 +107,7 @@ function LocationUrl(url, pathPrefix) { /** * Parse given html5 (regular) url string into properties - * @param {string} url Html5 url + * @param {string} url HTML5 url * @private */ this.$$parse = function(url) { -- cgit v1.2.3