Skip to content

Commit 27bf18e

Browse files
committed
Fixed readme and bumped version.
1 parent 1ba3e78 commit 27bf18e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ In Elm:
110110
```elm
111111
viewContaComponent : Html Msg
112112
viewContaComponent =
113-
Html.angularComponentWithTransclusion
113+
AngularCustomElement.viewWithTransclusion
114114
{ componentName = "cs-component-element"
115115
, attributes =
116116
[ Attrs.attribute "cs-required" ""

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contasystemer/angularjs-custom-element",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "AngularJS custom element module provides functionality to wrap directive/component with custom element.",
55
"main": "index.js",
66
"scripts": {

src/cs-custom-element.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
* ```
364364
* viewContaComponent : Html Msg
365365
* viewContaComponent =
366-
* Html.angularComponentWithTransclusion
366+
* AngularCustomElement.viewWithTransclusion
367367
* { componentName = "cs-component-element"
368368
* , attributes =
369369
* [ Attrs.attribute "cs-required" ""

0 commit comments

Comments
 (0)