doc(.defer.cancel): temporarily disable the doc

This commit is contained in:
Igor Minar 2011-07-19 14:04:50 -07:00
parent 2b2df4754d
commit 9636160332

View file

@ -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.
*