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
At least in Angular 1.4+, anything within the transcluded element will be replaced with the directive. This will cause {{name}} to be erased and show no 'a' element to a user. To achieve something similar, you should do.
There is a slight bug in the template attribute of the directive, at
At least in Angular 1.4+, anything within the transcluded element will be replaced with the directive. This will cause {{name}} to be erased and show no 'a' element to a user. To achieve something similar, you should do.
The text was updated successfully, but these errors were encountered: