We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Here's my config.
vm.add_inspiration_image_opts = { className: "inspiration-image-modal", scope: $scope, backdrop: 'static', animate: false, title: 'Add Inspiration Image', size: 'large', templateUrl: '/app/assets/templates/admin/add_inspiration_image_modal.tpl.html', buttons: { add: { label: '<i class="fa fa-floppy-o"></i> Save Image', className: 'btn-primary btn-save', callback: function () { // vm.add_inspiration_image_opts.buttons.add.disabled = "true"; angular.element('.inspiration-image-modal .submit-button').trigger('click'); return false; } } }, onEscape: function () { resetForm(); return true; } };
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's my config.
The text was updated successfully, but these errors were encountered: