aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2011-07-19 14:04:50 -0700
committerIgor Minar2011-07-19 14:04:50 -0700
commit96361603322787117846e45573220c3cebdedb14 (patch)
tree2feb4301d2195270db8995f1f8f7f53ae4501826
parent2b2df4754d8ee212741a78c068ba320d962556ba (diff)
downloadangular.js-96361603322787117846e45573220c3cebdedb14.tar.bz2
doc(.defer.cancel): temporarily disable the doc
-rw-r--r--src/Browser.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Browser.js b/src/Browser.js
index 58ad22c8..de3e76cc 100644
--- a/src/Browser.js
+++ b/src/Browser.js
@@ -361,9 +361,9 @@ function Browser(window, document, body, XHR, $log) {
/**
- * @workInProgress
- * @ngdoc method
- * @name angular.service.$browser.defer#cancel
+ * THIS DOC IS NOT VISIBLE because ngdocs can't process docs for foo#method.method
+ *
+ * @name angular.service.$browser#defer.cancel
* @methodOf angular.service.$browser.defer
* @returns {boolean} Returns `true` if the task hasn't executed yet and was successfuly canceled.
*