I have some code in an Angular project that use two separate directives with isolated scope. They do not need to share scope, simply exist on the same element. They both alt
You can't have multiple directives asking for isolate scope on the same element.
I think your problem may be caused by this unresolved issue in angularjs.