Permalink
Browse files
fix($compile): properly denormalize templates when only one of the st…
…art/end symbols is different
Previously, if either of the start/end interpolation symbols remained unchanged (i.e. `{{` or `}}`),
then directive templates would not be denormalized properly. Changing only one of the start/end
symbols (but not both) is an uncommon but legitimate usecase.
Closes #13848- Loading branch information
Showing
with
49 additions
and 1 deletion.
- +1 −1 src/ng/compile.js
- +48 −0 test/ng/compileSpec.js