Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow State.transitionTo handle multiple contexts #1354

Merged
merged 3 commits into from
Oct 12, 2012

Commits on Sep 14, 2012

  1. Fix State.transitionTo to handle multiple contexts

    Allows multiple contexts to be passed to Ember.State.transitionTo either as multiple arguments or as an array of contexts within an event.
    
    Changed StateManager.send and sendRecursively to allow multiple context arguments.
    bestcroftington committed Sep 14, 2012
    Configuration menu
    Copy the full SHA
    19e2631 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2012

  1. Remove ember-views dependency from ember-states

    Ember-views is now an optional dependency for ember-states.  It is only required in the test file.
    crofty committed Oct 9, 2012
    Configuration menu
    Copy the full SHA
    c244585 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2012

  1. Remove ember-views dependency from test suite, stub the Event.

    For the purposes of the test suite Ember.$.Event is required to exist.  We can just use an empty function rather than requiring all of ember-views.
    crofty committed Oct 12, 2012
    Configuration menu
    Copy the full SHA
    ad85637 View commit details
    Browse the repository at this point in the history