Material: Uncaught TypeError: y.module(...).info is not a function

Created on 17 Mar 2017  路  4Comments  路  Source: angular/material

Actual Behavior:

  • What is the issue? * Uncaught TypeError: y.module(...).info is not a function
  • What is the expected behavior? clean console

CodePen (or steps to reproduce the issue): *

AngularJS Versions: *

  • AngularJS Version: 1.6.1
  • AngularJS Material Version: 1.1.3

Additional Information:

  • Browser Type: * Chrome
  • Browser Version: * 57.0.2987.110
  • OS: * Windows
  • Stack Traces: angular-animate.js:4123Uncaught TypeError: y.module(...).info is not a function
    at angular-animate.js:4123
    at angular-animate.js:6
    angular-aria.min.js:6 Uncaught TypeError: p.module(...).info is not a function
    at angular-aria.min.js:6

at angular-aria.min.js:13

Shortcut to create a new CodePen Demo.
Note: * indicates required information. Without this information, your issue may be auto-closed.

Do not modify the titles or questions. Simply add your responses to the ends of the questions.
Add more lines if needed.

invalid

Most helpful comment

You're loading different versions of AngularJS, Animate & Aria modules; you need to use 1.6.3 for all of them; loading different ones is not supported.

There's no issue to fix here and it's not relevant to AngularJS 1.6 support.

All 4 comments

You're loading different versions of AngularJS, Animate & Aria modules; you need to use 1.6.3 for all of them; loading different ones is not supported.

There's no issue to fix here and it's not relevant to AngularJS 1.6 support.

I am getting the issue while all libraries are the same version:




@rev-robert please open a new issue, with a CodePen reproduction, and reference this issue in the description.

Was this page helpful?
0 / 5 - 0 ratings