Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/allthesignals/ember-bug-test

Trying to illustrate a bug I'm seeing
https://github.com/allthesignals/ember-bug-test

Last synced: 11 days ago
JSON representation

Trying to illustrate a bug I'm seeing

Awesome Lists containing this project

README

        

# Test-app

This repo illustrates this bug: https://github.com/emberjs/ember.js/issues/4570

Essentially, the #toggle function, which is called on a given (null/falsey) controller query parameter input, at first sets the value to "true", sets the value to false on a second trigger, and finally sets the value to false on the third trigger.

True -> False -> False -> True.

I can't figure out why Ember is doing this.