Skip to content

Commit

Permalink
Merge pull request #16708 from rwjblue/enable-angle-bracket-invocation
Browse files Browse the repository at this point in the history
[FEATURE EMBER_GLIMMER_ANGLE_BRACKET_INVOCATION] Enable by default.
  • Loading branch information
rwjblue committed Jun 1, 2018
2 parents ff6bc16 + e1b1ea4 commit 1bdb940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/canary-features/index.ts
Expand Up @@ -15,7 +15,7 @@ export const DEFAULT_FEATURES = {
GLIMMER_CUSTOM_COMPONENT_MANAGER: null,
EMBER_TEMPLATE_BLOCK_LET_HELPER: true,
EMBER_METAL_TRACKED_PROPERTIES: null,
EMBER_GLIMMER_ANGLE_BRACKET_INVOCATION: null,
EMBER_GLIMMER_ANGLE_BRACKET_INVOCATION: true,
};

/**
Expand Down

0 comments on commit 1bdb940

Please sign in to comment.