send feeback to google forms

This commit is contained in:
Gabriel Bazán 2016-11-07 17:31:13 -03:00
commit db8f16c362
2 changed files with 33 additions and 8 deletions

View file

@ -17,10 +17,10 @@
<span translate>{{comment}}</span>
</div>
<div>
<textarea placeholder="Is there anything we could do to improve your experience?" row="40"></textarea>
<textarea ng-model="feedback" placeholder="Is there anything we could do to improve your experience?" row="40"></textarea>
</div>
<div class="padding">
<button type="submit" class="button button-full button-primary" ng-click="sendFeedback()" translate>
<button ng-disabled="!feedback" type="submit" class="button button-full button-primary" ng-click="sendFeedback(feedback)" translate>
Send
</button>
</div>