mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
doc(ngdoc): fix usage format for functions bolted onto services
This commit is contained in:
parent
9e37ebe635
commit
6289d18e61
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ Doc.prototype = {
|
|||
var self = this;
|
||||
dom.h('Usage', function(){
|
||||
dom.code(function(){
|
||||
dom.text(self.name);
|
||||
dom.text(self.name.split('service.').pop());
|
||||
dom.text('(');
|
||||
self.parameters(dom, ', ');
|
||||
dom.text(');');
|
||||
|
|
|
|||
Loading…
Reference in a new issue