angularjs - Trying to implement autocomplete Chips with Angular Material. Getting cannot read property 'nextTick' of undefined -


i have followed chips demo autocomplete on demo chips angular material. when removing "chip" error: cannot read propery 'nexttick' of undefined. tutorial page throws error. have solution problem?

@mark right if want quick workaround add code in angular-material.js file

    /** @type {$mdutil} */    this.$mdutil = $mdutil; 

problem: $mdutils being passed constructor not being saved on this.

for reference take issue

the commit fixes issue a3b3e7b available in next release.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -