We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3eb80 commit 6e1b254Copy full SHA for 6e1b254
templates/app/client/app/main/main.html
@@ -11,7 +11,7 @@ <h1>'Allo, 'Allo!</h1>
11
<div class="col-lg-12">
12
<h1 class="page-header">Features:</h1>
13
<ul class="nav nav-tabs nav-stacked col-md-4 col-lg-4 col-sm-6" *ngFor="let thing of awesomeThings">
14
- <li><a href="#"<% if(filters.uibootstrap) { %> [tooltip]="thing.info"<% } %>>
+ <li><a <% if(filters.uibootstrap) { %> [tooltip]="thing.info"<% } %>>
15
{{thing.name}}<% if(filters.models) { %>
16
<button type="button" class="close" (click)="deleteThing(thing)">×</button><% } %>
17
</a></li>
0 commit comments