We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819ce69 commit 76e34feCopy full SHA for 76e34fe
aurelia-v1.1.0/src/main.js
100755
100644
@@ -3,7 +3,8 @@ Bluebird.config({ warnings: false });
3
4
export async function configure(aurelia) {
5
aurelia.use
6
- .standardConfiguration();
+ .defaultBindingLanguage()
7
+ .defaultResources();
8
9
await aurelia.start();
10
aurelia.setRoot('app');
0 commit comments