ng-factory
Version:
AngularJS industrialized development
33 lines (30 loc) • 1.33 kB
HTML
<div class="jumbotron bs-jumbotron">
<div class="container">
<div class="row">
<div class="col-md-9">
<h1>{{ pkg.name }}</h1>
<p>{{ pkg.description }}</p>
</div>
<div class="col-md-3 docs-social">
<ul class="list-unstyled">
<li class="btn-github">
<iframe
src="http://ghbtns.com/github-btn.html?user={{ pkg.github.user }}&repo={{ pkg.github.repo }}&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
</li>
<li class="btn-github">
<iframe
src="http://ghbtns.com/github-btn.html?user={{ pkg.github.user }}&repo={{ pkg.github.repo }}&type=fork&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
</li>
<!-- Remove because has inconstant witch (dep of the github user name)
<li class="btn-github">
<iframe src="http://ghbtns.com/github-btn.html?user={{ pkg.github.user }}&type=follow&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="190" height="20"></iframe>
</li>
-->
</ul>
</div>
</div>
</div>
</div>