Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.54 KB | None | 0 0
  1.                 <h1>Выписанные рецепты
  2.                     <div class="filters">
  3.                         <select ui-select2 ng-model="prescriptionListFilters.date">
  4.                             <option value="{{ period.value }}" ng-repeat="period in dateFilters">{{ period.label }}</option>
  5.                         </select>
  6.                         <div class="button-navigate">
  7.                             <button class="btn" ng-class="{selected: type.value == prescriptionListFilters.type }"
  8.                                 ng-repeat="type in typeFilters"
  9.                                 ng-click="viewModel.changeTypeFilter(type.value)">{{ type.label }}</button>
  10.                         </div>
  11.                     </div>
  12.                 </h1>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement