Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Angular-material not compatible with Angular 1.4.1 #3325

Closed
davidLeonardi opened this issue Jun 17, 2015 · 9 comments
Closed

Angular-material not compatible with Angular 1.4.1 #3325

davidLeonardi opened this issue Jun 17, 2015 · 9 comments
Assignees
Milestone

Comments

@davidLeonardi
Copy link

After upgrading angular and angular-animate to 1.4.1 i get a lot of errors in my console, and things behave quite oddly.

http://postimg.org/image/vpvt98jjf/ for a screenshot of my console.

@alvarezmario
Copy link

Well, the $animate service was completely refactored, so this is normal.

@davidLeonardi
Copy link
Author

And that's why i want to open an issue about this.

@gkalpak
Copy link
Member

gkalpak commented Jun 17, 2015

Possible duplicate of #3280.

@jlmagee
Copy link

jlmagee commented Jun 17, 2015

@nomack84 There are no commits to indicate significant changes in $animate in 1.4.1

@ThomasBurleson ThomasBurleson self-assigned this Jun 17, 2015
@ThomasBurleson ThomasBurleson added this to the 0.11.0 milestone Jun 17, 2015
@csvan
Copy link

csvan commented Jun 17, 2015

Confirming this. md-tabs among other things have gone completely bonkers after upgrading to 1.4.1 (content not scrolling, dead animations etc). MD at 0.9.8 and all non-angular deps at previous versions.

@ShahZafrani
Copy link

@csvan I am having the same problem. Only 2 out of 3 tabs on my md-tabs element are showing. My md-select has also gone bonkers.

@ThomasBurleson
Copy link
Contributor

@matsko - FYI, it appears that 1.4.1 is causing issues with Angular Material.

@ThomasBurleson ThomasBurleson modified the milestones: 0.10.1, 0.11.0 Jun 17, 2015
@mprokopowicz
Copy link
Contributor

Guys, I think it can be related to #3315

@ThomasBurleson
Copy link
Contributor

Thx to @mprokopowicz for the code fixes in mdUtils.

kseamon added a commit to kseamon/material that referenced this issue Jun 18, 2015
Implements a virtual repeater to use instead of ng-repeat for substantially
better performance in components.

review edits

Make tests pass in FF.

fix(tabs): prevents error on empty tab list

Closes angular#3264

fix(button): fixes button styles for components that override their default styles

chore(toast): fix type typo in toast docs (`boolean` > `string`).

fix(utils): update for Angular 1.4.1 compatibility

Fixes angular#3315, Fixes angular#3325.

fix(icons): improve use of material-icons style

Improve logic to auto-add `.material-icons` style to **md-icon**.
> NOTE: will not auto-add if using any class or ng-class attributes; see demoFontIconsWithLigatures

Fixes angular#3333.

update(icon): removed **ddescribe** used for isolated karma tests

update(docs, icon): clarify auto-add of 'material-icons' style.

update(build): use of Angular v1.4.1

update(util): update initOptionalProperties() implementation

Closes angular#3316.

feat(menu): do not propagate event in mdOpenMenu

Do not propagate the event in mdOpenMenu. This way a menu can be nested in elements that also have handlers of the same event type, without triggering any of these events. To enable this functionality, `$event` should be passed as the first argument to `$mdOpenMenu`.

Fixes angular#3296. Closes angular#3332.

update(tests, mocks):  test for stopPropogation

angular-material-mocks captures $timeout.flush() errors.
add menu event propogation test

Switched RawGit for GitCDN

Switch to GitCDN, which lets you get the latest master branch, without losing the CDN and without it's service getting harmed.

Closes angular#3262.

update(README): change docs to reference 0.10.0

Closes angular#3319.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants