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

many to many - Django Rest Framework ManyToMany filter multiple values -

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

Java Entity Manager - JSON reader was expecting a value but found 'db' -