Skip to content

Commit

Permalink
fix(collections): incorrect app-layout selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
hotforfeature committed Apr 10, 2017
1 parent 7c857c0 commit 525884b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/collections/app-elements/app-elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Directive } from '@angular/core';
import { PolymerDirective } from '../../events/polymer.directive';

@Directive({
selector: `app-layout, app-localize-behavior, app-pouchdb, app-route, app-storage`
selector: `app-box, app-drawer, app-drawer-layout, app-header, app-header-layout,
app-scrollpos-control, app-toolbar, app-localize-behavior, app-pouchdb, app-route, app-storage`
})
export class AppElement extends PolymerDirective { }

0 comments on commit 525884b

Please sign in to comment.