SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 189 JavaScript

fix($compile): allow the usage of "$" in isolate scope property alias

Previously, when using an alias for an isolate scope or `bindings` property
(e.g. `alias: '<attrName'` instead of `attrName: '<'`), a `$compile:iscp` error
was thrown if the attribute name contained a "$".
This commit removes the error by changing the regex to allow "$" characters in
the attribute name when using a property alias.

Fixes: #15586

Closes #15594
F
frederikprijck committed
9c722cfcd2f108e7902f90f995770af861473428
Parent: 9412962
Committed by Georgios Kalpakas <kalpakas.g@gmail.com> on 1/11/2017, 9:39:03 AM