Skip to content

Commit

Permalink
fix(view-engine): define metadata for SlotCustomAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahilKazlachev committed Oct 8, 2017
1 parent cb291f9 commit e3474bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view-engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export class ViewEngine {

let auSlotBehavior = new HtmlBehaviorResource();
auSlotBehavior.attributeName = 'au-slot';
metadata.define(metadata.resource, auSlotBehavior, SlotCustomAttribute);
auSlotBehavior.initialize(container, SlotCustomAttribute);
auSlotBehavior.register(appResources);
}
Expand Down

0 comments on commit e3474bb

Please sign in to comment.