Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit f1b2cda

Browse files
committed
fix(demo): Module -> AngularModule
1 parent e59c389 commit f1b2cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/web/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class ChapterAttrDirective {
8383

8484
main() {
8585
// Set up the Angular directives.
86-
var module = new Module();
86+
var module = new AngularModule();
8787
module.value(Expando, new Expando());
8888
angularModule(module);
8989
Injector injector = new Injector([module]);

0 commit comments

Comments
 (0)