dirPagination cannot be compile in other directive
Hi, thanks for contributing!
This project is maintained in my spare time, so in order to help me address your issue as quickly as possible, please provide as much of the following information as you can:
- Title: Please indicate the module in question, e.g. "dirPagination: X is broken when Y"
- If reporting on dirPagination, please include the version you are using (can be found in the package.json / bower.json file)
- If you are able to reproduce your issue on Plunker, this will vastly increase the chances of a rapid response from me.
-- Michael
(Delete the above. Fill in the rest as applicable)
Description of issue: i compile(*temp)(scope) in my directive link fn. *temp have complete dir-Pagination that's all right.
Steps to reproduce: i compile(*temp)(scope) in my directive link fn. *temp have complete dir-Pagination that's all right.
Expected result: compile show the dir-Pagination in controller
Actual result: my directive link not executed
Demo: (for dirPagination, fork and modify this Plunk: http://plnkr.co/edit/b37IdFFJUokaeSummETX?p=preview)
Any relevant code: