Associative array you mean objects within an object ? Can you create a http://plnkr.co/ with an example ?
On Saturday, May 24, 2014 10:48:21 PM UTC-4, Ryan Watson wrote: > > I have an associative array that I am trying to show as options. I have > the options showing by doing: > > data-ng-options="ID as Process.Name for (ID,Process) in processes" > > But I can't seem to find a way to sort it based on the Name. > > Any suggestions? > -- 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.
