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.
This commit is contained in:
Vojta Jina 2012-07-30 21:21:34 -07:00
parent b84eaffd39
commit 33ad2b4126

View file

@ -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>