aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/directive.ngdoc
diff options
context:
space:
mode:
authorVojta Jina2012-07-30 21:21:34 -0700
committerIgor Minar2012-08-10 14:19:37 -0700
commitbf77e212afb5f73e82fedbd9f702c7f8c097cc69 (patch)
tree067340d23b8a78b8cb088806f52e392bbaebd406 /docs/content/guide/directive.ngdoc
parenteef2f9c31eaf8104986c0cabe060e86915ddece5 (diff)
downloadangular.js-bf77e212afb5f73e82fedbd9f702c7f8c097cc69.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.
Diffstat (limited to 'docs/content/guide/directive.ngdoc')
-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>