mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 03:30:02 +08:00
fixed issue with radio view clobering model if radio was checked.
This commit is contained in:
@@ -97,7 +97,7 @@ function createScope(parent, services, existing) {
|
||||
$set: bind(instance, setter, instance),
|
||||
|
||||
$eval: function $eval(exp) {
|
||||
if (exp) {
|
||||
if (exp !== undefined) {
|
||||
return expressionCompile(exp).apply(instance, slice.call(arguments, 1, arguments.length));
|
||||
} else {
|
||||
foreach(evalLists.sorted, function(list) {
|
||||
|
||||
Reference in New Issue
Block a user