aurelia-ui-toolkits / aurelia-syncfusion-bridge

27 stars 21 forks source link

ejDialog: methods/properties can be accessed only after plugin creation #45

Closed gregoryagu closed 7 years ago

gregoryagu commented 8 years ago

I have a two page Aurelia App.

I have a dialog on page one which work great. Until I go to page 2, then back to page 1.

I then get this error when I try to show the dialog: ejDialog: methods/properties can be accessed only after plugin creation

This is the code that opens the dialog:

$('#lognForm').ejDialog('open');

I have tried make the page a singleton, but I still get the same error.

I am not sure how to resolve.

gregoryagu commented 7 years ago

I am going to close this issue as I ended up using Aurelia Dialog instead, so this is no longer an issue.