diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/angular2.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/angular2.adoc b/docs/angular2.adoc index d570a9c..320be1f 100644 --- a/docs/angular2.adoc +++ b/docs/angular2.adoc @@ -64,7 +64,8 @@ window.addEventListener('WebComponentsReady', function() { }); ---- -*Note*: if you experiment some problems when running your app in devmode, please visit this [known issue](https://github.com/vaadin/vaadin-core-elements/issues/46) +[NOTE] +If you see errors about missing behaviors in the console, please visit this [known issue](https://github.com/vaadin/vaadin-core-elements/issues/46) Now you’re all set to use the element inside your Angular 2 application. |