Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/allthesignals/ember-bug-test
- Owner: allthesignals
- Created: 2016-06-14T22:11:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T22:26:55.000Z (over 8 years ago)
- Last Synced: 2024-10-11T11:21:33.597Z (about 1 month ago)
- Language: JavaScript
- Size: 898 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.