(js/css) Update generated files

This commit is contained in:
InverseBot
2017-08-19 01:29:24 -04:00
parent fdf755dbee
commit 4d271a6d85
13 changed files with 449 additions and 390 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.6.5
* @license AngularJS v1.6.6
* (c) 2010-2017 Google, Inc. http://angularjs.org
* License: MIT
*/
@@ -604,7 +604,7 @@ function sanitizeText(chars) {
// define ngSanitize module and register $sanitize service
angular.module('ngSanitize', [])
.provider('$sanitize', $SanitizeProvider)
.info({ angularVersion: '1.6.5' });
.info({ angularVersion: '1.6.6' });
/**
* @ngdoc filter