UNPKG

ng-factory

Version:

AngularJS industrialized development

33 lines (30 loc) 1.33 kB
<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 }}&amp;repo={{ pkg.github.repo }}&amp;type=watch&amp;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 }}&amp;repo={{ pkg.github.repo }}&amp;type=fork&amp;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 }}&amp;type=follow&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="190" height="20"></iframe> </li> --> </ul> </div> </div> </div> </div>