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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
More data:
I've got a directive barBaz which requires fooBar controller.
The correct error message should be
Controller 'fooBar', required by directive 'barBaz', can't be found!
It doesn't seem like names are swapped any more. It looks like directive name gets cached somehow and instead of the right directive name some other gets printed.
I'm getting an error like this:
fooBar
is my own directiveuiTreeNodes
is a directive (and a controller) in https://github.com/JimLiu/angular-ui-treeI'm using 1.3.0-beta.5
it looks like strings have been swapped
The text was updated successfully, but these errors were encountered: