diff options
| author | Peter Bacon Darwin | 2014-02-06 13:33:42 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:40 +0000 | 
| commit | 6483dea08c6fae937e62ce242212152d7ef27d91 (patch) | |
| tree | e6dc6994bea75598287d128f21f85f75acc18de6 /src/AngularPublic.js | |
| parent | cceb455fb167571e26341ded6b595dafd4d92bc6 (diff) | |
| download | angular.js-6483dea08c6fae937e62ce242212152d7ef27d91.tar.bz2 | |
docs(bike-shed-migration): Add missing module tag
The generator is able to imply the module from the containing folder for
most files but these are in the ng module but are stored at the root folder.
Diffstat (limited to 'src/AngularPublic.js')
| -rw-r--r-- | src/AngularPublic.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/AngularPublic.js b/src/AngularPublic.js index 14fe25ae..ed57b194 100644 --- a/src/AngularPublic.js +++ b/src/AngularPublic.js @@ -79,6 +79,7 @@  /**   * @ngdoc property   * @name angular.version + * @module ng   * @description   * An object that contains information about the current AngularJS version. This object has the   * following properties: | 
