Skip to content

Commit a4a9ac8

Browse files
authored
Merge branch 'canary' into exclude-ts-spec-files
2 parents 46f762e + 6e1b254 commit a4a9ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/app/client/app/main/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1>'Allo, 'Allo!</h1>
1111
<div class="col-lg-12">
1212
<h1 class="page-header">Features:</h1>
1313
<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"<% } %>>
14+
<li><a <% if(filters.uibootstrap) { %> [tooltip]="thing.info"<% } %>>
1515
{{thing.name}}<% if(filters.models) { %>
1616
<button type="button" class="close" (click)="deleteThing(thing)">&times;</button><% } %>
1717
</a></li>

0 commit comments

Comments
 (0)