mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
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.
|
||
|---|---|---|
| .. | ||
| auto | ||
| bootstrap | ||
| ng | ||
| ngCookies | ||
| ngLocale | ||
| ngMock | ||
| ngResource | ||
| ngSanitize | ||
| ngScenario | ||
| angular-bootstrap.js | ||
| Angular.js | ||
| angular.prefix | ||
| angular.suffix | ||
| AngularPublic.js | ||
| apis.js | ||
| jqLite.js | ||
| loader.js | ||
| loader.prefix | ||
| loader.suffix | ||
| module.prefix | ||
| module.suffix | ||
| publishExternalApis.js | ||