aboutsummaryrefslogtreecommitdiffstats
path: root/src/services.js
diff options
context:
space:
mode:
authorVojta Jina2010-11-17 00:31:40 +0000
committerIgor Minar2010-11-25 08:51:26 -0800
commit47f159cdf319bb9b7ce25228aa50cbb87fbf242f (patch)
tree378c17c02b37d888b9c0cfb2344a2a01f4d28618 /src/services.js
parent99eb123d791395d2fe88a6171e125cb0bd567ddf (diff)
downloadangular.js-47f159cdf319bb9b7ce25228aa50cbb87fbf242f.tar.bz2
Doc service: added example into service overview
Diffstat (limited to 'src/services.js')
-rw-r--r--src/services.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services.js b/src/services.js
index b84ba3e6..d4f9ff63 100644
--- a/src/services.js
+++ b/src/services.js
@@ -897,7 +897,7 @@ angularServiceInject('$xhr.cache', function($xhr){
<h1 style="font-size: 15px;">
<img src="{{item.actor.thumbnailUrl}}" style="max-height:30px;max-width:30px;"/>
<a href="{{item.actor.profileUrl}}">{{item.actor.name}}</a>
- <a href="#" ng:click="expandReplies(item)" style="float: right;">Expand replies: {{item.links.replies[0].count}}</a>
+ <a href ng:click="expandReplies(item)" style="float: right;">Expand replies: {{item.links.replies[0].count}}</a>
</h1>
{{item.object.content | html}}
<div ng:repeat="reply in item.replies.data.items" style="margin-left: 20px;">