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

bug: md-list-item generates bogus error "cannot read property 'addEventListener' of null" #2910

@HenrikBechmann

Description

@HenrikBechmann

The following error appears with ng-repeat in md-list-item, but not in md-grid-tile, nor in table row

This has no apparent effect on rendering

ngMaterial 0.9.4; same with angular 1.3.15

TypeError: Cannot read property 'addEventListener' of null
at postLink (http://mustertools/bower_components/angular-material/angular-material.js:6792:21)
at invokeLinkFn (http://mustertools/angular/angular-1.4.0-rc.2/angular.js:8587:9)
at nodeLinkFn (http://mustertools/angular/angular-1.4.0-rc.2/angular.js:8096:11)
at compositeLinkFn (http://mustertools/angular/angular-1.4.0-rc.2/angular.js:7497:13)
at publicLinkFn (http://mustertools/angular/angular-1.4.0-rc.2/angular.js:7371:30)
at boundTranscludeFn (http://mustertools/angular/angular-1.4.0-rc.2/angular.js:7516:16)
at controllersBoundTransclude (http://mustertools/angular/angular-1.4.0-rc.2/angular.js:8123:18)
at ngRepeatAction (http://mustertools/angular/angular-1.4.0-rc.2/angular.js:26918:15)
at Object.$watchCollectionAction as fn
at Scope.$digest (http://mustertools/angular/angular-1.4.0-rc.2/angular.js:15539:29)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions