Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit f08244a

Browse files
Splaktartinayuangao
authored andcommitted
docs(codepen): add missing space in module declaration (#11095)
was `module('MyApp',['ngMaterial',` now `module('MyApp', ['ngMaterial',`
1 parent 223d6e4 commit f08244a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/js/codepen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206

207207
// See scripts.js for list of external AngularJS libraries used for the demos
208208

209-
return file.replace(matchAngularModule, ".module('MyApp',"+ modules + ")");
209+
return file.replace(matchAngularModule, ".module('MyApp', "+ modules + ")");
210210
}
211211
}
212212
})();

0 commit comments

Comments
 (0)