Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit a031697

Browse files
committed
v1.6.9-build.5528+sha.88cb9af
1 parent ac60c59 commit a031697

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

angular-sanitize.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.6.9-build.5527+sha.e942e1e
2+
* @license AngularJS v1.6.9-build.5528+sha.88cb9af
33
* (c) 2010-2017 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -599,7 +599,7 @@ function sanitizeText(chars) {
599599
// define ngSanitize module and register $sanitize service
600600
angular.module('ngSanitize', [])
601601
.provider('$sanitize', $SanitizeProvider)
602-
.info({ angularVersion: '1.6.9-build.5527+sha.e942e1e' });
602+
.info({ angularVersion: '1.6.9-build.5528+sha.88cb9af' });
603603

604604
/**
605605
* @ngdoc filter

angular-sanitize.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "angular-sanitize",
3-
"version": "1.6.9-build.5527+sha.e942e1e",
3+
"version": "1.6.9-build.5528+sha.88cb9af",
44
"license": "MIT",
55
"main": "./angular-sanitize.js",
66
"ignore": [],
77
"dependencies": {
8-
"angular": "1.6.9-build.5527+sha.e942e1e"
8+
"angular": "1.6.9-build.5528+sha.88cb9af"
99
}
1010
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-sanitize",
3-
"version": "1.6.9-build.5527+sha.e942e1e",
3+
"version": "1.6.9-build.5528+sha.88cb9af",
44
"description": "AngularJS module for sanitizing HTML",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)