diff options
Diffstat (limited to 'src/AngularPublic.js')
| -rw-r--r-- | src/AngularPublic.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/AngularPublic.js b/src/AngularPublic.js index 61c77af3..d281a2d5 100644 --- a/src/AngularPublic.js +++ b/src/AngularPublic.js @@ -14,8 +14,8 @@   * - `codeName` – `{string}` – Code name of the release, such as "jiggling-armfat".   */  var version = { -  full: '"NG_VERSION_FULL"',    // all of these placeholder strings will be replaced by rake's -  major: "NG_VERSION_MAJOR",    // compile task +  full: '"NG_VERSION_FULL"',    // all of these placeholder strings will be replaced by grunt's +  major: "NG_VERSION_MAJOR",    // package task    minor: "NG_VERSION_MINOR",    dot: "NG_VERSION_DOT",    codeName: '"NG_VERSION_CODENAME"' | 
