Skip to content

Commit

Permalink
demo(slide-toggle): change outdated switch selector (angular#4141)
Browse files Browse the repository at this point in the history
* At some point the `slide-toggle` has been called `switch`. The
selector inside of the demo-app is still using `switch` instead of
`slide-toggle`.
  • Loading branch information
devversion authored and jelbourn committed Apr 18, 2017
1 parent d0a41d9 commit e73af7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo-app/slide-toggle/slide-toggle-demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {Component} from '@angular/core';

@Component({
moduleId: module.id,
selector: 'switch-demo',
selector: 'slide-toggle-demo',
templateUrl: 'slide-toggle-demo.html',
styleUrls: ['slide-toggle-demo.css'],
})
Expand Down

0 comments on commit e73af7d

Please sign in to comment.