(js/css) Update generated files

This commit is contained in:
InverseBot
2017-12-22 01:28:55 -05:00
parent 4b355f532d
commit 8afa87e953
23 changed files with 600 additions and 476 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.6.7
* @license AngularJS v1.6.8
* (c) 2010-2017 Google, Inc. http://angularjs.org
* License: MIT
*/
@@ -599,7 +599,7 @@ function sanitizeText(chars) {
// define ngSanitize module and register $sanitize service
angular.module('ngSanitize', [])
.provider('$sanitize', $SanitizeProvider)
.info({ angularVersion: '1.6.7' });
.info({ angularVersion: '1.6.8' });
/**
* @ngdoc filter