Skip to content

Commit

Permalink
[FEATURE EMBER_GLIMMER_ANGLE_BRACKET_INVOCATION] Enable by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Jun 1, 2018
1 parent ff6bc16 commit e1b1ea4
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 e1b1ea4

Please sign in to comment.