Created
October 17, 2013 22:01
-
-
Save merkurii/7032994 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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