From 89023fd9324e30b6a5a8620718070864ecb58583 Mon Sep 17 00:00:00 2001 From: Abhishek Jain <01abhishekjain@gmail.com> Date: Thu, 4 Jan 2018 12:34:13 +0530 Subject: [PATCH] Update README.md Template is not actually in-lined. Updated to reflect the same. --- a1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a1/README.md b/a1/README.md index 4a94f919..0cfa871d 100644 --- a/a1/README.md +++ b/a1/README.md @@ -1240,7 +1240,7 @@ Note: There are many naming options for directives, especially since they can be *Why?*: It makes sense and it's not difficult. - Note: The directive below demonstrates some of the ways you can use scope inside of link and directive controllers, using controllerAs. I in-lined the template just to keep it all in one place. + Note: The directive below demonstrates some of the ways you can use scope inside of link and directive controllers, using controllerAs. Note: Regarding dependency injection, see [Manually Identify Dependencies](#manual-annotating-for-dependency-injection).