Skip to content

Commit

Permalink
fix(client:navbar): fix hardcoded template ext
Browse files Browse the repository at this point in the history
fixes #2469
  • Loading branch information
Awk34 authored Feb 2, 2017
1 parent 474cc61 commit 5e999b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/app/client/components/navbar/navbar.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { AuthService } from '../auth/auth.service';<% } %>

@Component({
selector: 'navbar',
template: require('./navbar.html')
template: require('./navbar.<%=templateExt%>')
})
export class NavbarComponent {
isCollapsed = true;
Expand Down

0 comments on commit 5e999b2

Please sign in to comment.