The problem now I face to is that I want to build an 'attribute' directive of select element, and this directive should be able to get real data feed from its attribute value.
And the way I used to build the directive is broken after ngOptions became a directive (after version 1.4). The detail : my issue which has been closed <https://github.com/angular/angular.js/issues/12714> And in this case I see complicated situation : There were correct ngOptions expression(from chrome inspector) and also correct scope(from angular extension), but it did not work as expected. Maybe there are alternatives to build this kind of directive? (I don't want to use ng-repeat on option element because model control might be more complicate) Please kindly let me know. Thank you. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
