Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
v1.6.7-build.5453+sha.66dff7c
Browse files Browse the repository at this point in the history
  • Loading branch information
NgDashboard committed Aug 23, 2017
1 parent 60132d2 commit 70bbe30
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions angular-messages.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.6.6
* @license AngularJS v1.6.7-build.5453+sha.66dff7c
* (c) 2010-2017 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down Expand Up @@ -200,7 +200,7 @@ var jqLite;
*
* Feel free to use other structural directives such as ng-if and ng-switch to further control
* what messages are active and when. Be careful, if you place ng-message on the same element
* as these structural directives, Angular may not be able to determine if a message is active
* as these structural directives, AngularJS may not be able to determine if a message is active
* or not. Therefore it is best to place the ng-message on a child element of the structural
* directive.
*
Expand Down Expand Up @@ -265,14 +265,14 @@ var jqLite;
* {@link ngAnimate Click here} to learn how to use JavaScript animations or to learn more about ngAnimate.
*/
angular.module('ngMessages', [], function initAngularHelpers() {
// Access helpers from angular core.
// Access helpers from AngularJS core.
// Do it inside a `config` block to ensure `window.angular` is available.
forEach = angular.forEach;
isArray = angular.isArray;
isString = angular.isString;
jqLite = angular.element;
})
.info({ angularVersion: '1.6.6' })
.info({ angularVersion: '1.6.7-build.5453+sha.66dff7c' })

/**
* @ngdoc directive
Expand Down Expand Up @@ -313,7 +313,7 @@ angular.module('ngMessages', [], function initAngularHelpers() {
* </ng-messages>
* ```
*
* @param {string} ngMessages an angular expression evaluating to a key/value object
* @param {string} ngMessages an AngularJS expression evaluating to a key/value object
* (this is typically the $error object on an ngModel instance).
* @param {string=} ngMessagesMultiple|multiple when set, all messages will be displayed with true
*
Expand Down
10 changes: 5 additions & 5 deletions angular-messages.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 70bbe30

Please sign in to comment.