vendor/assets/javascripts/unstable/angular-messages.js in angularjs-rails-1.3.9 vs vendor/assets/javascripts/unstable/angular-messages.js in angularjs-rails-1.3.10
- old
+ new
@@ -1,7 +1,7 @@
/**
- * @license AngularJS v1.3.9
+ * @license AngularJS v1.3.10
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, angular, undefined) {'use strict';
@@ -176,10 +176,10 @@
* messages use the `ngMessage` directive and will be inserted/removed from the page depending
* on if they're present within the key/value object. By default, only one message will be displayed
* at a time and this depends on the prioritization of the messages within the template. (This can
* be changed by using the ng-messages-multiple on the directive container.)
*
- * A remote template can also be used to promote message reuseability and messages can also be
+ * A remote template can also be used to promote message reusability and messages can also be
* overridden.
*
* {@link module:ngMessages Click here} to learn more about `ngMessages` and `ngMessage`.
*
* @usage