angular/angular.js

It seems the problem presents itself when upgrading to Angular 1.8.2 preAssignBindingsEnabled deprecrared in 1.8.2

malaya-hub opened this issue · 1 comments

It seems the problem presents itself when upgrading to Angular 1.6.

Try this in your app:

angular.module('myApp', [])
  .config(function($compileProvider) {
    $compileProvider.preAssignBindingsEnabled(true);
  });

It worked for me.

Originally posted by @victordelacruz in angular/material#10168 (comment)

I don't understand? The issue template wasn't used 😦 Then it's just a repost of someone else's comment in an AngularJS Material issue from 2016?