Component#didReceiveAttrs event

didReceiveAttrspublic

Defined in packages/ember-htmlbars/lib/component.js:364
Available since 1.13.0

Called when the attributes passed into the component have been updated. Called both during the initial render of a container and during a rerender. Can be used in place of an observer; code placed here will be executed every time any attribute updates.

doc_EmberJs
2016-11-30 16:48:46
Comments
Leave a Comment

Please login to continue.