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/markups.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/markups.js')
| -rw-r--r-- | src/markups.js | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/markups.js b/src/markups.js index 57a209b7..0c96d951 100644 --- a/src/markups.js +++ b/src/markups.js @@ -69,6 +69,7 @@ angularTextMarkup('OPTION', function(text, textNode, parentElement){  });  /** + * @workInProgress   * @ngdoc directive   * @name angular.directive.ng:href   * @@ -95,6 +96,7 @@ angularTextMarkup('OPTION', function(text, textNode, parentElement){   */  /** + * @workInProgress   * @ngdoc directive   * @name angular.directive.ng:src   * | 
