Not recognizing observable plugin
Closed this issue · 1 comments
kakins commented
I keep getting the error that it doesn't think I have the observable plugin enabled, however I do...
app.configurePlugins({
router: true,
observable: {
changeDetection: 'modelChanged'
},
dialog: true,
widget: false,
history: true
});
josundt commented
I don't think I ever tested the observable plugin's change detection feature, I only tested setting the observable
property to true with Durelia.
Maybe comparing your code with the sample app in this repository could help...