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.

Revisions

  1. garciadanny revised this gist Nov 10, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion select-ng-model.html
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    <select ng-model="status" ng-options="profile.status as profile.status for profile in profiles | unique:'status'" >
    <option value="">All</option>
    <option value="">All</option>
    </select>
  2. garciadanny created this gist Nov 10, 2014.
    3 changes: 3 additions & 0 deletions select-ng-model.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    <select ng-model="status" ng-options="profile.status as profile.status for profile in profiles | unique:'status'" >
    <option value="">All</option>
    </select>