diff options
| -rw-r--r-- | docs/src/templates/doc_widgets.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/src/templates/doc_widgets.js b/docs/src/templates/doc_widgets.js index acbdae4f..e5be5cad 100644 --- a/docs/src/templates/doc_widgets.js +++ b/docs/src/templates/doc_widgets.js @@ -152,6 +152,8 @@ angular.module('ngdocs.directives', [], function($compileProvider) { '<button>edit at jsFiddle</button>' + '</form>'; } + } else { + return ''; } }; } |
