Skip to content

Commit 40d2abb

Browse files
committed
Tweaks
1 parent c78bd21 commit 40d2abb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

guide/angular-data.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ docsApp.directive.documentationGroupList = function($timeout) {
99
'<div class="documentation-group-info sidenav">',
1010
'<ul class="list-group nav">',
1111
'<li ng-repeat="section in group.sections" class="documentation-group-section list-group-item">',
12-
'<a href="{{section.url}}">{{section.title}} <i class="icon-chevron-right"></i></a>',
12+
'<a href="{{section.url}}">{{section.title}}</a>',
1313
'</li>',
1414
'</ul>',
1515
'</div>',

guide/home.html

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ <h1>
1818
<img src="https://gemnasium.com/jmdobry/angular-data.png" alt="Dependency Status"
1919
style="max-width:100%;">
2020
</a>
21+
<iframe src="http://benschwarz.github.io/bower-badges/embed.html?pkgname=angular-data" width="160" height="32" allowtransparency="true" frameborder="0" scrolling="0"></iframe>
2122
</h1>
2223

2324
<p style="color: #d14; font-size: 16px;">This is alpha software!</p>

0 commit comments

Comments
 (0)