dart 0.8.7&Bootstrap.js – Chromium crashes when I click on any element

Issue chromium crashes after updating the dart to version 0.8.7. Please see the following code: Custom element: <polymer-element name=”custom-elm”> <template> <div class=”container”> <article> <content> <!– PAGE CONTENT HERE –> </content> </article> </div> </template> <script type=”application/dart” src=”custom_elm.dart”></script> </polymer-element> <!– language-all: dart

Continue reading