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
Post a Comment