You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
What is the expected behavior?mdCompiler should respect the preAssignBindingsEnabled() flag (if present).
This new configuration option was introduced with feat($compile): add preAssignBindings flag angular.js#15095. Although it is not directly related to mdCompiler, people might expect the option to be respected by ngMaterial as well (possibly as a result of not realizing ngMaterial uses its own compiler for certain things).