From 3497bf2d82447b2ba85b771c9444e87a19668f03 Mon Sep 17 00:00:00 2001 From: Felipe Lahti Date: Wed, 27 Mar 2013 00:55:58 -0300 Subject: docs(guide): add missing closing div tag --- docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc') diff --git a/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc b/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc index d9b8bf1f..97290040 100644 --- a/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc +++ b/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc @@ -178,8 +178,9 @@ have a look at an example:

Good {{timeOfDay}}, {{name}}!

-

Good {{timeOfDay}}, {{name}}!

-

Good {{timeOfDay}}, {{name}}!

+

Good {{timeOfDay}}, {{name}}!

+

Good {{timeOfDay}}, {{name}}!

+
function MainCtrl($scope) { -- cgit v1.2.3