fix(docs): remove undefined from examples with jsfiddle=false

This commit is contained in:
Igor Minar 2012-03-06 14:14:21 -08:00
parent e0ace15cd3
commit 2acd60df4d

View file

@ -152,6 +152,8 @@ angular.module('ngdocs.directives', [], function($compileProvider) {
'<button>edit at jsFiddle</button>' +
'</form>';
}
} else {
return '';
}
};
}