Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created October 19, 2015 14:08
Show Gist options
  • Save jlebrech/8454904806cd64dc3bd4 to your computer and use it in GitHub Desktop.
Save jlebrech/8454904806cd64dc3bd4 to your computer and use it in GitHub Desktop.
angular is dumb
<select
ng-model="selected.service_plan"
ng-options="item.id as ('£' + item.label) for item in billing_info.service_plans">
</select>
what's wrong with looping through stuff rather than come up with some expression language? speed?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment