You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found the following error using md-modal and Ember 2.12 in md-modal:
Uncaught TypeError: Cannot add property 2, object is not extensible
It seems that it fails when you add a fixed footer in a md-modal because the computed property tries to change the property that is observing (the array modalClassNames).
I'm going to send a PR with the changes ASAP.
The text was updated successfully, but these errors were encountered:
Gorzas
added a commit
to Neuromobile/ember-cli-materialize
that referenced
this issue
May 10, 2017
I've found the following error using md-modal and Ember 2.12 in md-modal:
It seems that it fails when you add a fixed footer in a
md-modal
because the computed property tries to change the property that is observing (the array modalClassNames).I'm going to send a PR with the changes ASAP.
The text was updated successfully, but these errors were encountered: