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
Hey there. Is it possible to use this in a directive rather than a component? I'm getting the error when using .component the .component is not a function. components aren't used anywhere currently in the project I'm working but we are using directives.
If it's possible how would I go about doing this? I've tried the same syntax as .component but that does not work. I'm not an angular developer so I'm not too familiar with all of this.
The text was updated successfully, but these errors were encountered:
Hey there. Is it possible to use this in a directive rather than a
component? I'm getting the error when using .component the .component is
not a function. components aren't used anywhere currently in the project
I'm working but we are using directives.
If it's possible how would I go about doing this? I've tried the same
syntax as .component but that does not work. I'm not an angular developer
so I'm not too familiar with all of this.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#102>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAE8kdnMbHgQBX6Vhizm0pUoSpdWz2acks5vbU1tgaJpZM4cRUNi>
.
angular.component is provided in angularjs 1.5.
My project is currently 1.4+ and I'm going to migrate to 1.5 before using this project. You may follow this instruction
Hey there. Is it possible to use this in a directive rather than a component? I'm getting the error when using .component the .component is not a function. components aren't used anywhere currently in the project I'm working but we are using directives.
If it's possible how would I go about doing this? I've tried the same syntax as .component but that does not work. I'm not an angular developer so I'm not too familiar with all of this.
The text was updated successfully, but these errors were encountered: