https://github.com/patrickjs/ngsanitize
angular-sanitize module without including angular.js for Backbone and other frameworks
https://github.com/patrickjs/ngsanitize
Last synced: 14 days ago
JSON representation
angular-sanitize module without including angular.js for Backbone and other frameworks
- Host: GitHub
- URL: https://github.com/patrickjs/ngsanitize
- Owner: PatrickJS
- License: mit
- Created: 2014-03-13T07:22:24.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-15T06:02:06.000Z (almost 12 years ago)
- Last Synced: 2025-04-18T09:45:39.913Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 138 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ngSanitize
==========
angular-sanitize module without including angular.js for Backbone and other frameworks
```javascript
window.ngSanitize('
an html\n' +
'click here\n' +
'snippet
');
```
```javascript
"an html
click here
snippet
"
```