summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@vaadin.com>2016-04-29 16:08:33 +0200
committerManolo Carrasco <manolo@vaadin.com>2016-04-29 16:08:33 +0200
commit4213ba0728df250a67083de36f9420bfbc7913bf (patch)
treedb62306dc33f14bcca35f07890c36f51bb19573f /docs
parent6745571d6d8fe0c983f6a37aee520cdb0ede77db (diff)
downloadvaadin-core-4213ba0728df250a67083de36f9420bfbc7913bf.tar.gz
vaadin-core-4213ba0728df250a67083de36f9420bfbc7913bf.zip
Replace bs problem comment with a link
Diffstat (limited to 'docs')
-rw-r--r--docs/angular2.adoc11
1 files changed, 1 insertions, 10 deletions
diff --git a/docs/angular2.adoc b/docs/angular2.adoc
index 86d51bf..d570a9c 100644
--- a/docs/angular2.adoc
+++ b/docs/angular2.adoc
@@ -64,16 +64,7 @@ window.addEventListener('WebComponentsReady', function() {
});
----
-If you followed the Angular 2 Quickstart guide or you are otherwise using `lite-server` or `browser-sync`, create a file called `bs-config.json` in the root of your project folder with the following contents.
-
-[source,javascript]
-----
-{
- "snippetOptions": {
- "ignorePaths": "bower_components/**/*.html"
- }
-}
-----
+*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)
Now you’re all set to use the element inside your Angular 2 application.