From 2acd60df4dcc1550b5756559d98a8b03815973d6 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 6 Mar 2012 14:14:21 -0800 Subject: fix(docs): remove undefined from examples with jsfiddle=false --- docs/src/templates/doc_widgets.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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) { '' + ''; } + } else { + return ''; } }; } -- cgit v1.2.3