1.3.0 (2016-07-24)
- add support for directive level controller (7fa5587)
1.2.9 (2016-05-17)
1.2.8 (2016-02-27)
- Resolve multi step instance promise on destroy (cb56567)
1.2.7 (2015-12-30)
- fix issue with invoking custom callbacks with angular 1.4+ (c2a7f8e)
1.2.5 (2015-12-21)
- Fix dev dependency issue with gulp (6216723)
<a name"1.2.4">
- set main file configuration in bower package to non minified version (a5e55ba9)
<a name"1.2.3">
- annotate distributed sources (6d8a4c04)
<a name"1.2.2">
- fix assignment of custom data to steps (b2707ad8)
- use ES6 modules for npm package. Main bower file is now in
dist/browser
and notdist
(9deeee20)
<a name"1.2.0">
- add 'onStepChange' callback (d9c188b7)
<a name"1.1.2">
- scroll to top of form set container on step change (72cca503)
- remove ngAnimate dependency (6bf652e5)
- prior to this, there could only be a header or a footer. Now there can be both, as long as an element with the
stepContainer
directive is inside themultiStepContainer
directive. See migration guide
Fixes #2
(e80b944d)
- navigation: replace current location with searchId when loading first step (546ae30b)
- MultiStepForm: add getSteps() method, add it to scopes (
$getSteps()
) (72504619)
- multiStepContainer: remove step-initial class before transition (1570290f)
- multiStepContainer: use
main
rather thanarticle
in HTML template (ba9680f)
- multiStepContainer: add support for
use-footer
attribute to transclude in footer rather than in header (269855d)