Error: [$compile:ctreq] Controller 'mdDataTable', required by directive 'mdTableRow', can't be found!
See original GitHub issueI’m getting this error with Safari 9 while newest Chrome works fine. Below is the template for my table.
<md-data-table-container class="md-whiteframe-z1">
<table md-data-table>
<thead>
<tr>
<th name="Group"></th>
<th name="Name"></th>
<th name="Description"></th>
<th name="Created at"></th>
</tr>
</thead>
<tbody>
<tr ng-repeat="form in searchForms()">
<td>{{ form.group }}</td>
<td>{{ form.name }}</td>
<td>{{ form.comment }}</td>
<td>{{ form.created }}</td>
</tr>
</tbody>
</table>
</md-data-table-container>
Any idea what is causing this? Using Browserify but I guess everything is required correctly since Chrome works.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:12
- Comments:19 (2 by maintainers)
Top Results From Across the Web
No results found
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 FreeTop 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
Top GitHub Comments
Happening for me too +1
Controller ‘mdTable’, required by directive ‘mdCell’, can’t be found!
👍 Using ui-route