diff options
| -rw-r--r-- | docs/content/guide/directive.ngdoc | 4 | 
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>  | 
