Skip to content

Commit

Permalink
[FEATURE ember-glimmer-angle-bracket-built-ins]
Browse files Browse the repository at this point in the history
Add missing dependent key

There are no failing tests for this at the moment, because we only
test with all optional features on or off. It turns out that the
tracked property feature is masking this failure. As a result, the
PR that enables this feature (#17811) without tracked property has
some failing tests which should be green again after rebasing on
top of this patch.
  • Loading branch information
chancancode committed Mar 28, 2019
1 parent 5e4b58f commit 696905b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,7 @@ if (EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS) {
@private
*/
href: computed(
'_currentRouterState',
'_route',
'_models',
'_query',
Expand Down

0 comments on commit 696905b

Please sign in to comment.