Open
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
Metadata
Metadata
Assignees
Labels
No labels