diff options
| author | Igor Minar | 2012-08-11 00:13:10 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-08-13 14:33:56 -0700 |
| commit | dfe99836cd98c2a1b0f9bde6216bd44088de275a (patch) | |
| tree | cf71c7d1311a716f56a4c55526765478493771e3 /docs/src/templates/index.html | |
| parent | 0f37194fb7ce67c3719626d9e21d95a66538a0e4 (diff) | |
| download | angular.js-dfe99836cd98c2a1b0f9bde6216bd44088de275a.tar.bz2 | |
fix($compile): denormalize directive templates
Since developers are allowed to customize start/end interpolation
strings, but third-party directive creators don't know about these
customizations, we should standardize on {{ }} in templates of
reusable (third-party) directives. During the compilation, these
templates are then denormalized to use whatever the custom
start/end symbol is, effectively translating the template into the
syntax of the runtime environment.
This addresses an issue raised at http://goo.gl/e8VPV
Existing code should not be affected by this change since project
that do use custom interpolation markers are not expected to use
{{ }} in existing directive templates.
Diffstat (limited to 'docs/src/templates/index.html')
0 files changed, 0 insertions, 0 deletions
