An open API service indexing awesome lists of open source software.

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

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

"
```