accessor - Set up getter/setter function for the expression in the widget element attribute to the widget scope. <widget my-attr='name'> and widget definition of scope: {myAttr:'prop'}, and parent scope {name:'angular'} then widget scope property myAttr will be a function such that myAttr()will return "angular" and myAttr('new value') will update the parent scope name property. This is useful for treating the element as a data-model for reading/writing.--To view this discussion on the web visit https://groups.google.com/d/msg/angular/-/4vgd1Ol5ZKAJ.
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To post to this group, send email to ang...@googlegroups.com.
To unsubscribe from this group, send email to angular+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/angular?hl=en.