-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Simple modal example doesn't work for me.
Uncaught TypeError: Cannot read property 'modal1' of undefined
(anonymous function) @ modal-toggler.js:49
this line breaks:
return this.set('modal', Em['default'].View.views[this.get('modal-id')]);
So when I click the button, another error is thrown:
Uncaught TypeError: Cannot read property 'toggleVisibility' of undefined
.
The problem is that Ember.View.views doesn't exist in this version.
I tried installing ember-legacy-views addon but no luck either.
Metadata
Metadata
Assignees
Labels
No labels