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
- Host: GitHub
- URL: https://github.com/rochdev/polymer-transclude-problem
- Owner: rochdev
- Created: 2015-09-29T20:30:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-30T15:32:27.000Z (over 10 years ago)
- Last Synced: 2025-06-02T11:57:49.903Z (about 1 year ago)
- Language: HTML
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```