question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: [$compile:ctreq] Controller 'mdDataTable', required by directive 'mdTableRow', can't be found!

See original GitHub issue

I’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:open
  • Created 8 years ago
  • Reactions:12
  • Comments:19 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
gustavogsimascommented, Jun 10, 2016

Happening for me too +1

Controller ‘mdTable’, required by directive ‘mdCell’, can’t be found!

1reaction
RooTooZcommented, Jun 27, 2016

👍 Using ui-route

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found