Skip to content

Commit

Permalink
Merge pull request #17061 from emberjs/MOAR_ROUTER_SERVICE
Browse files Browse the repository at this point in the history
[FEATURE ember-routing-router-service] Enable by default.
  • Loading branch information
rwjblue authored Oct 8, 2018
2 parents 8b1c36f + e74f5be commit a434bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/canary-features/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const DEFAULT_FEATURES = {
EMBER_LIBRARIES_ISREGISTERED: null,
EMBER_IMPROVED_INSTRUMENTATION: null,
EMBER_GLIMMER_NAMED_ARGUMENTS: true,
EMBER_ROUTING_ROUTER_SERVICE: null,
EMBER_ROUTING_ROUTER_SERVICE: true,
EMBER_ENGINES_MOUNT_PARAMS: true,
EMBER_MODULE_UNIFICATION: null,
GLIMMER_CUSTOM_COMPONENT_MANAGER: true,
Expand Down

0 comments on commit a434bf8

Please sign in to comment.