chore(js/css): update generated files

This commit is contained in:
InverseBot
2020-06-05 00:39:00 -04:00
parent ca5df1a153
commit cf91b2dcbb
14 changed files with 476 additions and 412 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
/**
* @license AngularJS v1.7.9
* (c) 2010-2018 Google, Inc. http://angularjs.org
* @license AngularJS v1.8.0
* (c) 2010-2020 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, angular) {'use strict';
@@ -711,7 +711,7 @@ function sanitizeText(chars) {
// define ngSanitize module and register $sanitize service
angular.module('ngSanitize', [])
.provider('$sanitize', $SanitizeProvider)
.info({ angularVersion: '1.7.9' });
.info({ angularVersion: '1.8.0' });
/**
* @ngdoc filter