Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Error: Assertion Failed: calling set on destroyed object #31

Open
andrewbranch opened this issue Apr 23, 2015 · 0 comments
Open

Error: Assertion Failed: calling set on destroyed object #31

andrewbranch opened this issue Apr 23, 2015 · 0 comments

Comments

@andrewbranch
Copy link
Member

controllers/feature.js

        Ember['default'].RSVP.Promise.all(uploads).then(function () {
          model.save().then(function () {
            self.set('isKindOfDirty', false);
            setTimeout(function () {
              for (var j = 0; j < devices.length; j++) {
                self.set(devices[j] + 'FileUpload', null); // <--- Error
              }
            }, 500);
          });
        });
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant