Questions tagged [aurelia-dialog]

A dialog plugin for Aurelia

Source of the project can be found @ https://github.com/aurelia/dialog

36 questions
0
votes
1 answer

Import variables into aurelia-dialog view-model or view

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…
Tiehscher
  • 43
  • 4
0
votes
0 answers

Aurelia Dialog not returning response after using dropdown

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()…
gseccles
  • 47
  • 1
  • 5
0
votes
1 answer

Aurelia Dialog: Show Wait Spinner During Async 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…
Josh Schultz
  • 8,000
  • 9
  • 32
  • 39
0
votes
1 answer

Aurelia: Show Dialog State In URL

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…
Josh Schultz
  • 8,000
  • 9
  • 32
  • 39
0
votes
1 answer

Aurelia dialog not getting the view easy-webpack skeleton

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 ?
bigopon
  • 1,924
  • 2
  • 14
  • 23
0
votes
1 answer

Using Aurelia Dialog with Aurelia Kendo Bridge

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…
1 2
3