mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-25 14:23:43 +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>' +
|
'<button>edit at jsFiddle</button>' +
|
||||||
'</form>';
|
'</form>';
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
return '';
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue