Forrest Brown
Forrest Brown
I am having the same problem, though mine deals with a dropdown in an ngRepeat using toArray. I believe toArray is causing ngRepeat to constantly update (almost like an infinite...
Looks like the "infinite loop" issue has been fixed, though clicking on a dropdown still seems to cause ngRepeat to update. I am seeing the same results as @jschuler's plnkr.
I was unable to clear the selected items and button label by updating the input model. However, the method provided by @serge-jerkezian worked well.
@deejaygeekout, pretty much what @serge-jerkezian. In order to get those elements I used, ``` javascript angular.element(document.querySelectorAll('.multiSelect .reset')); ``` I agree with you @serge-jerkezian, but I could not find a better...
I am putting this here for anyone else that has an issue with v3 and resetting selected items from outside the directive. So I had to come back to this...
I was able to test a little more and found out that if I comment out `ResetAppError.ActionReducer` (from the example repo) the `OnInitialized` method does not fire again when navigating...
@mrpmorris in the original post I provided a link to my simple repo that shows the error. Here is a link to that repo again, https://github.com/forrestab/routing-errors-and-fluxor.
I appreciate you opening this back up and to be honest, im at a loss. As mentioned in my follow up, commenting out the reducer that listens for the `GoAction`...
I couldn't figure out the reason for the issue and decided to go a different way.
revisions.js is located here, "puppeteer-core/lib/[cjs|esm]/puppeteer/revisions.js", as of [email protected] for me. But ideally this would be a property or method on the exported puppeteer object. **Update** I ended up using the...