angular-render-html-once
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "angular-render-html-once", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Anuglar helper component for HTML string that should be rendered once and maintaned later", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/bushee/angular-render-html-once", |
@@ -20,3 +20,3 @@ # angular-render-html-once | ||
#### Component | ||
- use `<angular-render-html-once>` component wherever you would normally use `[innerHtml]` directive | ||
- use `<render-html-once>` component wherever you would normally use `[innerHtml]` directive | ||
- inputs: | ||
@@ -23,0 +23,0 @@ - `id` **required** - plain old HTML `id` attribute; required to match components whenever they could be destroyed and created again (or created from scratch browser-side and match them with their server-side rendered counterparts) |
63453