Skip to content

Commit

Permalink
(js/css) Update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
InverseBot committed Feb 5, 2019
1 parent 2496715 commit c5d31a9
Show file tree
Hide file tree
Showing 13 changed files with 70 additions and 46 deletions.
4 changes: 2 additions & 2 deletions UI/WebServerResources/js/vendor/angular-animate.js
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.7.6
* @license AngularJS v1.7.7
* (c) 2010-2018 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down Expand Up @@ -4252,7 +4252,7 @@ angular.module('ngAnimate', [], function initAngularHelpers() {
isFunction = angular.isFunction;
isElement = angular.isElement;
})
.info({ angularVersion: '1.7.6' })
.info({ angularVersion: '1.7.7' })
.directive('ngAnimateSwap', ngAnimateSwapDirective)

.directive('ngAnimateChildren', $$AnimateChildrenDirective)
Expand Down
4 changes: 2 additions & 2 deletions UI/WebServerResources/js/vendor/angular-animate.min.js

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

4 changes: 2 additions & 2 deletions UI/WebServerResources/js/vendor/angular-aria.js
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.7.6
* @license AngularJS v1.7.7
* (c) 2010-2018 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down Expand Up @@ -63,7 +63,7 @@
var ARIA_DISABLE_ATTR = 'ngAriaDisable';

var ngAriaModule = angular.module('ngAria', ['ng']).
info({ angularVersion: '1.7.6' }).
info({ angularVersion: '1.7.7' }).
provider('$aria', $AriaProvider);

/**
Expand Down
4 changes: 2 additions & 2 deletions UI/WebServerResources/js/vendor/angular-aria.min.js

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

4 changes: 2 additions & 2 deletions UI/WebServerResources/js/vendor/angular-cookies.js
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.7.6
* @license AngularJS v1.7.7
* (c) 2010-2018 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand All @@ -17,7 +17,7 @@


angular.module('ngCookies', ['ng']).
info({ angularVersion: '1.7.6' }).
info({ angularVersion: '1.7.7' }).
/**
* @ngdoc provider
* @name $cookiesProvider
Expand Down
4 changes: 2 additions & 2 deletions UI/WebServerResources/js/vendor/angular-cookies.min.js

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

4 changes: 2 additions & 2 deletions UI/WebServerResources/js/vendor/angular-messages.js
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.7.6
* @license AngularJS v1.7.7
* (c) 2010-2018 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down Expand Up @@ -291,7 +291,7 @@ angular.module('ngMessages', [], function initAngularHelpers() {
isString = angular.isString;
jqLite = angular.element;
})
.info({ angularVersion: '1.7.6' })
.info({ angularVersion: '1.7.7' })

/**
* @ngdoc directive
Expand Down
4 changes: 2 additions & 2 deletions UI/WebServerResources/js/vendor/angular-messages.min.js

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

4 changes: 2 additions & 2 deletions UI/WebServerResources/js/vendor/angular-sanitize.js
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.7.6
* @license AngularJS v1.7.7
* (c) 2010-2018 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down Expand Up @@ -711,7 +711,7 @@ function sanitizeText(chars) {
// define ngSanitize module and register $sanitize service
angular.module('ngSanitize', [])
.provider('$sanitize', $SanitizeProvider)
.info({ angularVersion: '1.7.6' });
.info({ angularVersion: '1.7.7' });

/**
* @ngdoc filter
Expand Down
4 changes: 2 additions & 2 deletions UI/WebServerResources/js/vendor/angular-sanitize.min.js

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

0 comments on commit c5d31a9

Please sign in to comment.