An open API service indexing awesome lists of open source software.

https://github.com/rochdev/polymer-transclude-problem

Polymer transclude problem when used with AngularJS 1.x
https://github.com/rochdev/polymer-transclude-problem

Last synced: 5 months ago
JSON representation

Polymer transclude problem when used with AngularJS 1.x

Awesome Lists containing this project

README

          

# Polymer transclude problem

When used inside transclusion content, Polymer elements have unexpected
behaviour. This project is just an example of such problem. Ironically, it seems
to affect only Chrome (or at least it's the one most affected by the problem)

## Installation

```sh
$ bower install
```

Then you can start a simple server such as `http-server` or `live-server`

```sh
$ npm install -g live-server
$ live-server
```