From 375ee8e424d913b3759b67e9263a38a56c84942c Mon Sep 17 00:00:00 2001 From: Tatiana Ovchinnikova Date: Wed, 25 May 2022 14:22:41 -0500 Subject: Update XStatic-Angular to 1.8.2 This is the official 1.8.2 build from angularjs.org. The most recent changes are included, and ngScenario has been removed from the project. Change-Id: Id1e700d56b9394cc648d27f03ffea33171ef7cf2 --- xstatic/pkg/angular/data/angular-resource.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xstatic/pkg/angular/data/angular-resource.js') diff --git a/xstatic/pkg/angular/data/angular-resource.js b/xstatic/pkg/angular/data/angular-resource.js index b98a438..feb6338 100644 --- a/xstatic/pkg/angular/data/angular-resource.js +++ b/xstatic/pkg/angular/data/angular-resource.js @@ -1,6 +1,6 @@ /** * @license AngularJS v1.8.2 - * (c) 2010-2020 Google, Inc. http://angularjs.org + * (c) 2010-2020 Google LLC. http://angularjs.org * License: MIT */ (function(window, angular) {'use strict'; @@ -497,7 +497,7 @@ function shallowClearAndCopy(src, dst) { * */ angular.module('ngResource', ['ng']). - info({ angularVersion: '"1.8.2"' }). + info({ angularVersion: '1.8.2' }). provider('$resource', function ResourceProvider() { var PROTOCOL_AND_IPV6_REGEX = /^https?:\/\/\[[^\]]*][^/]*/; -- cgit v1.2.1