Skip to content

Commit 76e34fe

Browse files
committed
use only the templating aurelia plugins
1 parent 819ce69 commit 76e34fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aurelia-v1.1.0/src/main.js

100755100644
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Bluebird.config({ warnings: false });
33

44
export async function configure(aurelia) {
55
aurelia.use
6-
.standardConfiguration();
6+
.defaultBindingLanguage()
7+
.defaultResources();
78

89
await aurelia.start();
910
aurelia.setRoot('app');

0 commit comments

Comments
 (0)