Sha256: 93750b758d1279526ec5fe0fce7286023b1b9a96a97c42dda0e37ab3a5b91c72

Contents?: true

Size: 521 Bytes

Versions: 15

Compression:

Stored size: 521 Bytes

Contents

<div class="control-group buttons">
  <button class="btn btn-default"
          type="button"
          ng-click="handleCancel()"
          ng-disabled="working"
          translate>
    Cancel
  </button>

  <button class="btn btn-primary"
          ng-click="handleSave(); working = true"
          ng-disabled="invalid || working">

    <i class="icon-spinner icon-spin" ng-show="working"></i>
    <span ng-show="working" translate>Saving...</span>
    <span ng-hide="working" translate>Save</span>
  </button>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
bastion-0.1.14 app/assets/javascripts/bastion/components/views/bst-save-control.html
bastion-0.1.13 app/assets/javascripts/bastion/components/views/bst-save-control.html
bastion-0.1.12 app/assets/javascripts/bastion/components/views/bst-save-control.html
bastion-0.1.11 app/assets/javascripts/bastion/components/views/bst-save-control.html
bastion-0.1.10 app/assets/javascripts/bastion/components/views/bst-save-control.html
bastion-0.1.9 app/assets/javascripts/bastion/components/views/bst-save-control.html
bastion-0.1.8 app/assets/javascripts/bastion/incubator/views/alch-save-control.html
bastion-0.1.7 app/assets/javascripts/bastion/incubator/views/alch-save-control.html
bastion-0.1.6 app/assets/javascripts/bastion/incubator/views/alch-save-control.html
bastion-0.1.5 app/assets/javascripts/bastion/incubator/views/alch-save-control.html
bastion-0.1.4 app/assets/javascripts/bastion/incubator/views/alch-save-control.html
bastion-0.1.3 app/assets/javascripts/bastion/incubator/views/alch-save-control.html
bastion-0.1.2 app/assets/javascripts/bastion/incubator/views/alch-save-control.html
bastion-0.1.1 app/assets/javascripts/bastion/incubator/views/alch-save-control.html
bastion-0.1.0 app/assets/javascripts/bastion/incubator/views/alch-save-control.html