Skip to content

Instantly share code, notes, and snippets.

@garciadanny
Last active August 29, 2015 14:09
Show Gist options
  • Save garciadanny/eca6150ff28f6620dbc8 to your computer and use it in GitHub Desktop.
Save garciadanny/eca6150ff28f6620dbc8 to your computer and use it in GitHub Desktop.
BlogPost: AngularJS Custom Directives
<select ng-model="status" ng-options="profile.status as profile.status for profile in profiles | unique:'status'" >
<option value="">All</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment