From 0f14fb504eeaabd4b39279b59295a5abcef3f706 Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 6 Apr 2016 00:39:32 +0100 Subject: [PATCH] Finish module.html section (for now) --- creating_modules.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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