diff options
| author | Igor Minar | 2010-11-18 16:28:42 -0800 | 
|---|---|---|
| committer | Igor Minar | 2010-11-18 16:28:42 -0800 | 
| commit | fc7f11d03b4380866033c38eb7649cdc5be93d9a (patch) | |
| tree | fbf4d2af422767cad0fb96d4d4f86801ac293631 /src/Browser.js | |
| parent | 3c7874b07bfb811c3f7b7853628595b4698d6aa4 (diff) | |
| download | angular.js-fc7f11d03b4380866033c38eb7649cdc5be93d9a.tar.bz2 | |
add @workInProgress tag and mark all @ngdocs as work in progress
Diffstat (limited to 'src/Browser.js')
| -rw-r--r-- | src/Browser.js | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/src/Browser.js b/src/Browser.js index 665f515f..b7f0d3f3 100644 --- a/src/Browser.js +++ b/src/Browser.js @@ -20,6 +20,7 @@ function Browser(location, document, head, XHR, $log) {    var outstandingRequestCallbacks = [];    /** +   * @workInProgress     * @ngdoc method     * @name angular.service.$browser#xhr     * @methodOf angular.service.$browser @@ -77,6 +78,7 @@ function Browser(location, document, head, XHR, $log) {    };    /** +   * @workInProgress     * @ngdoc method     * @name angular.service.$browser#notifyWhenNoOutstandingRequests     * @methodOf angular.service.$browser @@ -97,6 +99,7 @@ function Browser(location, document, head, XHR, $log) {    var pollFns = [];    /** +   * @workInProgress     * @ngdoc method     * @name angular.service.$browser#poll     * @methodOf angular.service.$browser @@ -106,6 +109,7 @@ function Browser(location, document, head, XHR, $log) {    };    /** +   * @workInProgress     * @ngdoc method     * @name angular.service.$browser#addPollFn     * @methodOf angular.service.$browser @@ -123,6 +127,7 @@ function Browser(location, document, head, XHR, $log) {    };    /** +   * @workInProgress     * @ngdoc method     * @name angular.service.$browser#startPoller     * @methodOf angular.service.$browser @@ -146,6 +151,7 @@ function Browser(location, document, head, XHR, $log) {    //////////////////////////////////////////////////////////////    /** +   * @workInProgress     * @ngdoc method     * @name angular.service.$browser#setUrl     * @methodOf angular.service.$browser @@ -163,6 +169,7 @@ function Browser(location, document, head, XHR, $log) {     };    /** +   * @workInProgress     * @ngdoc method     * @name angular.service.$browser#getUrl     * @methodOf angular.service.$browser @@ -184,6 +191,7 @@ function Browser(location, document, head, XHR, $log) {    var lastCookieString = '';    /** +   * @workInProgress     * @ngdoc method     * @name angular.service.$browser#cookies     * @methodOf angular.service.$browser @@ -248,6 +256,7 @@ function Browser(location, document, head, XHR, $log) {    var hoverListener = noop;    /** +   * @workInProgress     * @ngdoc method     * @name angular.service.$browser#hover     * @methodOf angular.service.$browser @@ -261,6 +270,7 @@ function Browser(location, document, head, XHR, $log) {    self.hover = function(listener) { hoverListener = listener; };    /** +   * @workInProgress     * @ngdoc method     * @name angular.service.$browser#bind     * @methodOf angular.service.$browser @@ -281,6 +291,7 @@ function Browser(location, document, head, XHR, $log) {    /** +   * @workInProgress     * @ngdoc method     * @name angular.service.$browser#addCss     * @methodOf angular.service.$browser @@ -299,6 +310,7 @@ function Browser(location, document, head, XHR, $log) {    /** +   * @workInProgress     * @ngdoc method     * @name angular.service.$browser#addJs     * @methodOf angular.service.$browser | 
