Skip to content

Commit

Permalink
fix(demo): correctly use template instead of templateUrl (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenni authored and jelbourn committed Jan 6, 2017
1 parent 88d1b0f commit c436824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo-app/app/demo-app/demo-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {Component, ViewEncapsulation} from '@angular/core';
@Component({
selector: 'demo-app',
styleUrls : [ 'demo-app.css' ],
templateUrl: `
template: `
<md-toolbar class="bigger">
<div fxLayout="row" fxLayoutAlign="start center" style="height:40px; min-height:40px;">
<h2>Layout Demos: </h2>
Expand Down

0 comments on commit c436824

Please sign in to comment.