mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
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:
parent
b84eaffd39
commit
33ad2b4126
1 changed files with 1 additions and 3 deletions
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue