From 8adae2fdf272f3fa428cc9fe43c860c02b2d85fd Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 14 Nov 2011 15:58:40 -0800 Subject: refactor(injector): removed loadModule/ng:module - added module property to doc:example --- .../dev_guide.services.injecting_controllers.ngdoc | 4 +-- ..._guide.templates.filters.creating_filters.ngdoc | 40 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) (limited to 'docs/content/guide') diff --git a/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc b/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc index 4b031860..c01b04b1 100644 --- a/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc +++ b/docs/content/guide/dev_guide.services.injecting_controllers.ngdoc @@ -28,7 +28,7 @@ this.secondMethod = function() { myController.$inject = ['$location', '$log']; - + -
+

Let's try this simple notify service, injected into the controller...

diff --git a/docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc b/docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc index 92c749f7..a8fd2ce7 100644 --- a/docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc +++ b/docs/content/guide/dev_guide.templates.filters.creating_filters.ngdoc @@ -16,31 +16,31 @@ filter to manipulate the DOM. The following sample filter reverses a text string. In addition, it conditionally makes the text upper-case and assigns color. - + -
+

No filter: {{greeting}}
Reverse: {{greeting|reverse}}
-- cgit v1.2.3