ember-api-docs icon indicating copy to clipboard operation
ember-api-docs copied to clipboard

Regression in legacy method/property/event links

Open toddjordan opened this issue 8 years ago • 2 comments

examples of stuff not working: https://emberjs.com/api/classes/Ember.Component.html#method_didReceiveAttrs https://emberjs.com/api/classes/Ember.Component.html#event_didInsertElement https://emberjs.com/api/classes/Ember.String.html#method_isHtmlSafe

toddjordan avatar Nov 06 '17 18:11 toddjordan

Stuff that still works: https://emberjs.com/api/classes/Ember.Templates.helpers.html#method_input

toddjordan avatar Nov 06 '17 18:11 toddjordan

Workaround for the moment is to use the new link format: https://emberjs.com/api/ember/2.15/classes/Ember.Component/methods/didReceiveAttrs?anchor=didReceiveAttrs

toddjordan avatar Nov 06 '17 18:11 toddjordan