(js/css) Update generated files

This commit is contained in:
InverseBot
2018-10-05 00:32:17 -04:00
parent 03b45899c1
commit be7f07a7ba
13 changed files with 232 additions and 227 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.7.4
* @license AngularJS v1.7.5
* (c) 2010-2018 Google, Inc. http://angularjs.org
* License: MIT
*/
@@ -711,7 +711,7 @@ function sanitizeText(chars) {
// define ngSanitize module and register $sanitize service
angular.module('ngSanitize', [])
.provider('$sanitize', $SanitizeProvider)
.info({ angularVersion: '1.7.4' });
.info({ angularVersion: '1.7.5' });
/**
* @ngdoc filter