This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
When creating a directive that has a controller, a templateUrl, and a compile function that returns a linking pre/post pair, an error is thrown.
The error does not occur if using template instead of templateUrl, if you use a single (post) link function, or if you omit the controller.
The error is "No controller: [directive name]"
http://jsbin.com/azomeh/4/edit