(js/css) Update generated files

This commit is contained in:
InverseBot
2017-04-04 01:25:28 -04:00
parent 308938dcfa
commit a7254fe4dd
28 changed files with 716 additions and 690 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.6.3
* @license AngularJS v1.6.4
* (c) 2010-2017 Google, Inc. http://angularjs.org
* License: MIT
*/
@@ -554,7 +554,7 @@ function sanitizeText(chars) {
// define ngSanitize module and register $sanitize service
angular.module('ngSanitize', [])
.provider('$sanitize', $SanitizeProvider)
.info({ angularVersion: '1.6.3' });
.info({ angularVersion: '1.6.4' });
/**
* @ngdoc filter