From 42062dab34192d2cb9ed66a720c0f791408c61c0 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 10 Aug 2011 13:15:43 -0700 Subject: refactor(scope): remove $flush/$observe ng:eval/ng:eval-order --- docs/src/templates/docs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/src/templates/docs.js') diff --git a/docs/src/templates/docs.js b/docs/src/templates/docs.js index de6130dc..b31a748d 100644 --- a/docs/src/templates/docs.js +++ b/docs/src/templates/docs.js @@ -27,7 +27,7 @@ function DocsController($location, $browser, $window, $cookies) { var i = self.pages.length; while (i--) { if (self.pages[i].id == self.partialId) { - self.partialTitle = self.pages[i].name + self.partialTitle = self.pages[i].name; break; } } @@ -36,7 +36,7 @@ function DocsController($location, $browser, $window, $cookies) { delete self.partialId; } } - })(); + }); this.getUrl = function(page){ return '#!/' + page.section + '/' + page.id; -- cgit v1.2.3