mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-31 11:17:17 +00:00
(js/css) Update generated files
This commit is contained in:
+4
-3
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @license AngularJS v1.6.6
|
||||
* @license AngularJS v1.6.7
|
||||
* (c) 2010-2017 Google, Inc. http://angularjs.org
|
||||
* License: MIT
|
||||
*/
|
||||
@@ -25,7 +25,7 @@ var jqLite;
|
||||
* Currently, the ngMessages module only contains the code for the `ngMessages`, `ngMessagesInclude`
|
||||
* `ngMessage` and `ngMessageExp` directives.
|
||||
*
|
||||
* # Usage
|
||||
* ## Usage
|
||||
* The `ngMessages` directive allows keys in a key/value collection to be associated with a child element
|
||||
* (or 'message') that will show or hide based on the truthiness of that key's value in the collection. A common use
|
||||
* case for `ngMessages` is to display error messages for inputs using the `$error` object exposed by the
|
||||
@@ -272,7 +272,7 @@ angular.module('ngMessages', [], function initAngularHelpers() {
|
||||
isString = angular.isString;
|
||||
jqLite = angular.element;
|
||||
})
|
||||
.info({ angularVersion: '1.6.6' })
|
||||
.info({ angularVersion: '1.6.7' })
|
||||
|
||||
/**
|
||||
* @ngdoc directive
|
||||
@@ -597,6 +597,7 @@ angular.module('ngMessages', [], function initAngularHelpers() {
|
||||
* @name ngMessage
|
||||
* @restrict AE
|
||||
* @scope
|
||||
* @priority 1
|
||||
*
|
||||
* @description
|
||||
* `ngMessage` is a directive with the purpose to show and hide a particular message.
|
||||
|
||||
Reference in New Issue
Block a user