aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojta Jina2012-07-30 21:21:34 -0700
committerVojta Jina2012-07-30 21:21:34 -0700
commit33ad2b4126aa8006c1160da1819612a593be5040 (patch)
tree9ba9d7da2e24119e776ba7ac805d171034d5934b
parentb84eaffd3953f8941d6d788d1724dd0e3f918874 (diff)
downloadangular.js-33ad2b4126aa8006c1160da1819612a593be5040.tar.bz2
docs(guide): hide scenario for directive example
scenario test for this example would be tricky, we need to teach the runner how to inject mocks first.
-rw-r--r--docs/content/guide/directive.ngdoc4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc
index 955ee09a..cdb80c21 100644
--- a/docs/content/guide/directive.ngdoc
+++ b/docs/content/guide/directive.ngdoc
@@ -216,12 +216,10 @@ In this example we will build a directive which displays the current time.
});
</script>
<div ng-controller="Ctrl2">
- Date format: <input ng-model='format'> <hr/>
+ Date format: <input ng-model="format"> <hr/>
Current time is: <span my-current-time="format"></span>
</div>
</doc:source>
- <doc:scenario>
- </doc:scenario>
</doc:example>