castillo-io / castillo-io/angular-css
Delayed link when declaring css on a directive
Open
- Dominant language
- JavaScript
- Stars
- 464
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
Given a directive with a template that has a `select` with `ngOptions`, the presence of a `css` parameter seems to delay the `link` state of a directive such that `ngOptions` are parsed and set after a significant delay. This means that the `ngModel` value set on a directive isn't respected since there aren't
any values in the dropdown to compare against.
I've reproduced the issue in this Plunker: http://plnkr.co/edit/mDelhZqXeqhkTt55u51M
Angular 1.3.17 and angular-css 1.0.7
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.