diff options
author | Manuel Carrasco Moñino <manolo@apache.org> | 2016-05-03 08:25:22 +0200 |
---|---|---|
committer | Manuel Carrasco Moñino <manolo@apache.org> | 2016-05-03 08:25:22 +0200 |
commit | 4dd6d8629eef6cadb1eeecbeace7e60390f7de58 (patch) | |
tree | dc67ab93579287687d2b496845c717a409d7c1fa | |
parent | 4213ba0728df250a67083de36f9420bfbc7913bf (diff) | |
download | vaadin-core-4dd6d8629eef6cadb1eeecbeace7e60390f7de58.tar.gz vaadin-core-4dd6d8629eef6cadb1eeecbeace7e60390f7de58.zip |
Update angular2.adoc
-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. |