google / google/material-design-lite
mdl-textfield - class "is-upgraded" doesn't appear, if mdl-textfield locates in ng-repeat div.
Open
- Dominant language
- HTML
- Stars
- 32.2k
- Forks
- 4.9k
- PR merge metrics
- No merged PRs in 30d
Description
Hello!
I use IntelliJ IDEA with frameworks Thymeleaf, AngularJS, MDL v1.3.0.
This is my code in IntelliJ IDEA (main.html):
```
{{taskActionParam.name}}
{{taskActionParam.name}}
```
When I focus the first div (in the div with the ng-repeat), animation doesn't appear.
When I focus the second div, class "is-focused" adds to the div and animation appears.
This is HTML from the DevTools:
```
```
Also I tried to add "data-upgraded" atribute to the first div (with ng-scope), but It doesn't help me.
Contributor guide
Assessment
This issue has not been assessed yet.