diff options
author | Teemu Pöntelin <tehapo@gmail.com> | 2016-05-03 09:38:23 +0300 |
---|---|---|
committer | Teemu Pöntelin <tehapo@gmail.com> | 2016-05-03 09:38:23 +0300 |
commit | 1d832af643ae0d5954ea9f276548dcf9d0bdc61d (patch) | |
tree | 9df95b70fda009079bfb2cd505b03fefcc73ff6f | |
parent | 6745571d6d8fe0c983f6a37aee520cdb0ede77db (diff) | |
parent | b79c5eb8860abefb381fdac68e2f2728aca0805e (diff) | |
download | vaadin-core-1d832af643ae0d5954ea9f276548dcf9d0bdc61d.tar.gz vaadin-core-1d832af643ae0d5954ea9f276548dcf9d0bdc61d.zip |
Merge pull request #47 from vaadin/remove_bs
Replace bs problem comment with a link
-rw-r--r-- | docs/angular2.adoc | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/docs/angular2.adoc b/docs/angular2.adoc index 86d51bf..152a949 100644 --- a/docs/angular2.adoc +++ b/docs/angular2.adoc @@ -64,16 +64,8 @@ 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 see errors about missing behaviors in the console, please visit this https://github.com/vaadin/vaadin-core-elements/issues/46[known issue]. Now you’re all set to use the element inside your Angular 2 application. |