Is there a way to import additional variables/data from the dialog-service to the controller?
For example I have an array of possible options in a form of my app-view. I fetch the data via an API from a server.
I'd like to edit an entry with an…
I'm using the aurelia-dialog plugin to allow users to generate a set of objects, and want the dialog's response to return the chosen objects.
The workflow is that the list of options is generated from an API call using a promise when the activate()…
I'm using aurelia-dialog to display details of an account.
All the examples I've seen of aurelia-dialog involve passing an entire object to the dialog and using that object as the viewmodel for the dialog. What I want to do is pass the ID and run an…
I have a simple Aurelia application that displays accounts. The default view is a list of accounts. There's also an account details view.
I'd to make the details view open in a modal/dialog over the top of the list view. However, I want the presence…
Somehow when I let the framework load dialog view automatically, it said:
Failed to load view exception
However, when using inlineView it works as expected.
How can I make it load the view ?
How do I go about implementing a Kendo grid inside of an Aurelia dialog?
When I click a button in the application a dialog box appears, but how do I transfer my data to the dialog box?
This is part of my shipment details page, when clicking a button…