mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
fix(docs): remove undefined from examples with jsfiddle=false
This commit is contained in:
parent
e0ace15cd3
commit
2acd60df4d
1 changed files with 2 additions and 0 deletions
|
|
@ -152,6 +152,8 @@ angular.module('ngdocs.directives', [], function($compileProvider) {
|
|||
'<button>edit at jsFiddle</button>' +
|
||||
'</form>';
|
||||
}
|
||||
} else {
|
||||
return '';
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue