summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Carrasco Moñino <manolo@apache.org>2016-05-03 08:25:22 +0200
committerManuel Carrasco Moñino <manolo@apache.org>2016-05-03 08:25:22 +0200
commit4dd6d8629eef6cadb1eeecbeace7e60390f7de58 (patch)
treedc67ab93579287687d2b496845c717a409d7c1fa
parent4213ba0728df250a67083de36f9420bfbc7913bf (diff)
downloadvaadin-core-4dd6d8629eef6cadb1eeecbeace7e60390f7de58.tar.gz
vaadin-core-4dd6d8629eef6cadb1eeecbeace7e60390f7de58.zip
Update angular2.adoc
-rw-r--r--docs/angular2.adoc3
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.