From 8101f3a0079c1d948415a54bee91a88a6fc800ad Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 6 Apr 2016 00:52:29 +0100 Subject: [PATCH] rename scopes->expressions --- creating_modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creating_modules.md b/creating_modules.md index 9c7725d..3b5fcf7 100644 --- a/creating_modules.md +++ b/creating_modules.md @@ -61,7 +61,7 @@ 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). +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 - Expression](https://docs.angularjs.org/guide/expression). Our HTML code should now look like this: ```