2015-07-03 17:58:21 +03:00
|
|
|
<div class="reply_markup_wrap">
|
2015-07-08 13:19:30 +03:00
|
|
|
<div class="reply_markup" ng-class="replyMarkup.splitCount ? 'reply_markup_h' + replyMarkup.splitCount : ''">
|
2015-07-06 23:47:59 +03:00
|
|
|
<div class="reply_markup_row" ng-repeat="row in replyMarkup.rows">
|
2016-04-15 19:30:04 +03:00
|
|
|
<div class="reply_markup_button_wrap" ng-class="'reply_markup_button_w' + row.buttons.length" ng-repeat="button in row.buttons" ng-switch="button._">
|
2016-04-18 01:55:10 +03:00
|
|
|
<a ng-switch-when="keyboardButtonUrl" class="btn reply_markup_button" href="{{button.pUrl}}" ng-bind-html="::button.rText"></a>
|
|
|
|
<button ng-switch-default class="btn reply_markup_button" ng-bind-html="::button.rText" ng-click="buttonClick(button)"></button>
|
2015-07-06 23:47:59 +03:00
|
|
|
</div>
|
2015-07-03 17:58:21 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|