Skip to content
  • colemanw's avatar
    More efficient select options handling · 7afec9d2
    colemanw authored
    The afField.getOptions function was causing infinite recursion by recreating the boolean options array every time.
    Passing this variable by refernce solves the problem, and adding "track by" to the ng-repeat follows best-practices for efficiency.
    7afec9d2