From 457cf0a702d0af897e80c7bc6c196431c73fad8a Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Thu, 13 Feb 2014 23:22:02 +0000 Subject: docs(examples): fix example dependencies --- src/ng/directive/ngClass.js | 2 +- src/ng/directive/ngIf.js | 2 +- src/ng/directive/ngInclude.js | 2 +- src/ng/directive/ngRepeat.js | 2 +- src/ng/directive/ngShowHide.js | 4 ++-- src/ng/directive/ngSwitch.js | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/ng') diff --git a/src/ng/directive/ngClass.js b/src/ng/directive/ngClass.js index fa6d81b2..595b4419 100644 --- a/src/ng/directive/ngClass.js +++ b/src/ng/directive/ngClass.js @@ -150,7 +150,7 @@ function classDirective(name, selector) { The example below demonstrates how to perform animations using ngClass. - + diff --git a/src/ng/directive/ngIf.js b/src/ng/directive/ngIf.js index 2aaaf2dd..000fba82 100644 --- a/src/ng/directive/ngIf.js +++ b/src/ng/directive/ngIf.js @@ -44,7 +44,7 @@ * element is added to the DOM tree. * * @example - + Click me:
Show when checked: diff --git a/src/ng/directive/ngInclude.js b/src/ng/directive/ngInclude.js index 1d3c7246..09f03895 100644 --- a/src/ng/directive/ngInclude.js +++ b/src/ng/directive/ngInclude.js @@ -43,7 +43,7 @@ * - Otherwise enable scrolling only if the expression evaluates to truthy value. * * @example - +

@@ -245,7 +245,7 @@ var ngShowDirective = ['$animate', function($animate) { * the element is shown or hidden respectively. * * @example - + Click me:
diff --git a/src/ng/directive/ngSwitch.js b/src/ng/directive/ngSwitch.js index 59cef79b..92594978 100644 --- a/src/ng/directive/ngSwitch.js +++ b/src/ng/directive/ngSwitch.js @@ -53,7 +53,7 @@ * * * @example - +