Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

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

@malaya-hub

Description

@malaya-hub

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions