Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 914 Bytes

File metadata and controls

27 lines (19 loc) · 914 Bytes

ember-transition

This is a reproduction of a bug in Ember whereby transitioning using the router service with queryParams will trigger incorrect model calls on queryParam with refreshModel.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd ember-transition
  • npm install

Running reproduction

  • ember serve
  • Visit your app at http://localhost:4200.
  • Clicking either trigger controller or trigger controller 2 won't trigger another model call
  • Click trigger service will trigger another model call and another on the first click on either trigger controller button