From 7039a502b240a46894ff51b536d70a15dceb5102 Mon Sep 17 00:00:00 2001 From: Karthikeyan Date: Mon, 21 Nov 2016 15:37:30 +0530 Subject: [PATCH] docs(error/areq): describe your change... --- docs/content/error/ng/areq.ngdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/error/ng/areq.ngdoc b/docs/content/error/ng/areq.ngdoc index ddf1d408520b..bb4fa8d8af9d 100644 --- a/docs/content/error/ng/areq.ngdoc +++ b/docs/content/error/ng/areq.ngdoc @@ -7,3 +7,5 @@ AngularJS often asserts that certain values will be present and truthy using a helper function. If the assertion fails, this error is thrown. To fix this problem, make sure that the value the assertion expects is defined and matches the type mentioned in the error. + +eg: If its a new controller file make sure its defined properly and included in your loaded page.