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

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

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -