We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://aurelia.io/hub.html#/doc/article/aurelia/dialog/latest/dialog-basics/5
Please examine the sample code on your page:
export class Prompt { static inject = [DialogController];
constructor(controller){ this.controller = controller; this.answer = null;
controller.settings.lock = false; controller.settings.centerHorizontalOnly = true;
} }
The text was updated successfully, but these errors were encountered:
@PWKad Can you look at this?
Sorry, something went wrong.
The code is fine and has been tested. Please refer to the documentation if there are questions regarding return values and usage and such.
We can add an import statement no big deal. TypeScript translations welcome. Tracking at aurelia/dialog#305 , please close this issue.
I think this can be closed. the link in the issue is no longer active - because this section was re-written.
No branches or pull requests
http://aurelia.io/hub.html#/doc/article/aurelia/dialog/latest/dialog-basics/5
Please examine the sample code on your page:
export class Prompt {
static inject = [DialogController];
constructor(controller){
this.controller = controller;
this.answer = null;
}
}
The text was updated successfully, but these errors were encountered: