This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
feat(mdCompiler): support preAssignBindingsEnabled()
#10016
Closed
Description
Actual Behavior:
What is the issue? *
mdCompiler
always pre-assigns bindings on controller instances.What is the expected behavior?
mdCompiler
should respect thepreAssignBindingsEnabled()
flag (if present).
This new configuration option was introduced with feat($compile): addpreAssignBindings
flag angular.js#15095. Although it is not directly related tomdCompiler
, people might expect the option to be respected byngMaterial
as well (possibly as a result of not realizingngMaterial
uses its own compiler for certain things).
Angular Versions: *
Angular Version:
1.5.9+, 1.6.+Angular Material Version:
All