diff --git a/creating_modules.md b/creating_modules.md index 9ea08e2..80a1e25 100644 --- a/creating_modules.md +++ b/creating_modules.md @@ -60,3 +60,15 @@ Your code should now look like this: ``` + +Finally, we will use an expression called `hello`. This is done with `{{hello}}`. Later, we will use this expression to display text from our PHP. You can learn more at [AngularJS - Scopes](https://docs.angularjs.org/guide/expression). + +Our HTML code should now look like this: +``` +
+
+ {{hello}} +
+
+ +#### module.js