You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a directive, I can pass a function into its isolate scope, using the '=' mode. Then, that function is callable from the directive's controller.
I am wanting to convert my directives to components.
After much trial and error, I have yet to determine how to pass a function into a component using an '=' entry in its bind dictionary. The docs for components only cover the '@' mode.
I am willing to pay you for an example of how to do this.
The text was updated successfully, but these errors were encountered:
With a directive, I can pass a function into its isolate scope, using the '=' mode. Then, that function is callable from the directive's controller.
I am wanting to convert my directives to components.
After much trial and error, I have yet to determine how to pass a function into a component using an '=' entry in its bind dictionary. The docs for components only cover the '@' mode.
I am willing to pay you for an example of how to do this.
The text was updated successfully, but these errors were encountered: