fixed submitform button bug

This commit is contained in:
David Baldwynn 2015-11-11 12:51:16 -08:00
parent ce3bac18a9
commit c24dc7694c

View file

@ -22,8 +22,8 @@
</div>
<div class="row form-actions">
<!-- <p class="col-sm-2 col-sm-offset-5"> -->
<button class="btn btn-info col-sm-4 col-sm-offset-4" type="button">
<a ng-click="exitStartPage()" style="color:white; font-size: 1.6em; text-decoration: none;">Continue to Form</a>
<button ng-click="exitStartPage()" class="btn btn-info col-sm-4 col-sm-offset-4" type="button">
<a style="color:white; font-size: 1.6em; text-decoration: none;">Continue to Form</a>
</button>
<!-- </p> -->
</div>
@ -86,8 +86,8 @@
</div>
<div class="row form-actions">
<p class="text-center col-xs-4 col-xs-offset-4">
<button class="btn btn-info" type="button">
<a ng-click="reloadForm()" style="color:white; font-size: 1.6em; text-decoration: none;" > Go back to Form</a>
<button ng-click="reloadForm()" class="btn btn-info" type="button">
<a style="color:white; font-size: 1.6em; text-decoration: none;" > Go back to Form</a>
</button>
</p>
</div>