Sha256: e39c9b3a6280f3b8119e9d750930cdbb2cedc3d3df1f97ac24e58aef2a30cc56

Contents?: true

Size: 520 Bytes

Versions: 9

Compression:

Stored size: 520 Bytes

Contents

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

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

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bastion-5.0.1 app/assets/javascripts/bastion/components/views/bst-save-control.html
bastion-5.0.0 app/assets/javascripts/bastion/components/views/bst-save-control.html
bastion-4.3.1 app/assets/javascripts/bastion/components/views/bst-save-control.html
bastion-4.3.0 app/assets/javascripts/bastion/components/views/bst-save-control.html
bastion-4.2.2 app/assets/javascripts/bastion/components/views/bst-save-control.html
bastion-4.2.1 app/assets/javascripts/bastion/components/views/bst-save-control.html
bastion-4.2.0 app/assets/javascripts/bastion/components/views/bst-save-control.html
bastion-4.1.0 app/assets/javascripts/bastion/components/views/bst-save-control.html
bastion-4.0.0 app/assets/javascripts/bastion/components/views/bst-save-control.html