Skip to content

Instantly share code, notes, and snippets.

@merkurii
Created October 17, 2013 22:01
Show Gist options
  • Select an option

  • Save merkurii/7032994 to your computer and use it in GitHub Desktop.

Select an option

Save merkurii/7032994 to your computer and use it in GitHub Desktop.
<div class="controls">
<div class="btn-group">
<button class="btn" name="term" ng-model="newAd.term" value="длительно" required ng-click="newAd.term='длительно'">Длительно</button>
<button class="btn" name="term" ng-model="newAd.term" value="несколько месяцев" required>Несколько месяцев</button>
<button class="btn" name="term" ng-model="newAd.term" value="посуточно" required ng-click="newAd.term='посуточно'">Посуточно</button>
ng-click="newAd.term='длительно' - или лучше в контроллере завести отдельную функцию для этого?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment