I'm using angular material and can't use ng-options directive for select (because options don't creating inside select tag in angularjs material).
I have ng-options="(k.x.y) as k.x.z for k in q"
, and how to convert it to ng-repeat
with 'as for' syntax? should I create some new directives?