Skip to content

Commit

Permalink
chore(chips): fix demo styleUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Nov 29, 2016
1 parent edf5cdf commit cb3bb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo-app/chips/chips-demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {Component} from '@angular/core';
moduleId: module.id,
selector: 'chips-demo',
templateUrl: 'chips-demo.html',
styleUrls: ['chips-demo.scss']
styleUrls: ['chips-demo.css']
})
export class ChipsDemo {
}

0 comments on commit cb3bb7a

Please sign in to comment.