Controller 'mdtTable', required by directive 'mdtHeaderRow', can't be found!
See original GitHub issuei found this error is similar to a closed issue “Controller ‘mdDataTable’, required by directive ‘mdDataTableHeaderRow’, can’t be found!”, i followed the final solution of that issue to test by adding
<script src="https://code.jquery.com/jquery-2.1.4.js"> </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.1/lodash.min.js"> </script>
, but i am no luck.
Could you please to have some ideas for this issue?
thanks yan
Issue Analytics
- State:
- Created 8 years ago
- Comments:32 (10 by maintainers)
Top Results From Across the Web
Controller required by directive can't be found in Angular.JS
As the title indicates, I get this error with a parent custom directive (that defines a controller) in a ng-view that replaces the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I copied the example 1:1, just to get it running. First, i got the same error as described, but then I found a solution for my case. Right order of js-files is important:
Maybe it helps.
hi all,
It seems my fault in testing. It is worked, however, i still cannot use it.
I just try the html and js files by browser in file:///folder/file.html, it works, no any error. When i use electron.atom.io to run it, it showed me this error.
@publicroot still have this problem even following your sequence. @iamisti I selected your demo html and js code for testing, so should have “closing tags”.