You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Hey guys, I have following problem on latest update to angular 1.6.0
Actual Behavior:
On npm update from angular 1.5.9 to 1.6.0 caused npm to throw dependency errors
npm WARN angular-material@1.1.1 requires a peer of angular@>=1.3 <1.6 but none was installed.
npm WARN angular-material@1.1.1 requires a peer of angular-animate@>=1.3 <1.6 but none was installed.
npm WARN angular-material@1.1.1 requires a peer of angular-aria@>=1.3 <1.6 but none was installed.
npm ERR! code 1
and ng-model-options stopped working throughout the application for md-select also including $$mdSelectId for every object selected.
Angular Versions: *
Angular Version: ^1.6.0
Angular Material Version: ^1.1.1
Angular Animate: ^1.5.6
Angular Area: ^1.5.6
Anyone else had anything like that recently?
Thanks
PowerKiKi, fetters5, mckenzielong, cawa-93, AndrewEnder and 14 more