Skip to content

Reproduce ember router service transition query param refresh model bug

Notifications You must be signed in to change notification settings

LiquidSean/ember-transition

 
 

Repository files navigation

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

About

Reproduce ember router service transition query param refresh model bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.0%
  • HTML 24.0%