Actual Behavior:
What is the issue? *
Uncaught TypeError: y.module(...).info is not a functionWhat is the expected behavior?
clean consoleCodePen (or steps to reproduce the issue): *
CodePen Demo which shows your issue:
https://codepen.io/surjit/pen/aJVGymDetails:
please see consoleAngularJS Versions: *
AngularJS Version:
1.6.1AngularJS Material Version:
1.1.3Additional Information:
Browser Type: *
ChromeBrowser Version: *
57.0.2987.110OS: *
WindowsStack Traces:
angular-animate.js:4123Uncaught TypeError: y.module(...).info is not a functionShortcut 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.
Angular 1.6 support is in progress... see related work for this: https://github.com/angular/material/issues?q=is%3Aissue+is%3Aopen+1.6+label%3A%22needs%3A+Angular+1.6+support%22
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.
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.