Fix #11
- Added class
ma-wizard-modal
to specify in Bootstrap modal HTML elements - Updated documentation (both README.md and jsDoc)
Bugfix on delete action when inside modal
Added isModal
boolean parameter in init()
and isModal()
, getTemplateName()
public methods.
maWizard
now knows if the template is a modal and acts accordingly. Fix #10
- Changed Bootstrap-multiselect with Select2 for
maWizardSelect
andmaWizardMultiselect
- Added
Add...
options withaddRoute
parameter inmaWizardSelect
andmaWizardMultiselect
- Added
natestrauser:select2
dependency - Fix #6
Added maWizardBtn
standard component: a save button with custom label
Error messages are now shown under standard components (bootstrap-like). Fix #7
ma:wizard
now hides non-visible fields (reading from Schemas
collection) - to document in next commit
label
and placeholder
template parameters are now read from schema if not specified.
- Added
maWizardOk
standard component maWizardCancel
becamemaWizardDiscard
andmaWizardBackToList
becamemaWizardBack
iron:router
dependency- Override of Router.go
- Changed behaviour of public method
maWizard.discard()
and addedmaWizard.reset()