Skip to content

Commit

Permalink
demo(*): add links to a directive's module
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Jan 1, 2013
1 parent b96c4f0 commit ef7937b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/demo-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ <h1><%= module.name %></h1>
</div>
<div class="span6">
<%= module.description %>
<section>
Directive in the module <a href="https://github.com/angular-ui/bootstrap/tree/master/src/<%= module.name %>">ui.bootstrap.<%= module.name %></a>
</section>
</div>
</div>
<hr>
Expand Down

0 comments on commit ef7937b

Please sign in to comment.