-3

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?

Vlad Udod
  • 1,399
  • 1
  • 9
  • 9

1 Answers1

0

need to add ng-value="..." to md-select

Vlad Udod
  • 1,399
  • 1
  • 9
  • 9