fix scope ref in callback help init

This commit is contained in:
John Mitchell 2017-07-18 14:43:30 -04:00
parent a9eab0f9fe
commit 4ebdf2f30b

View File

@ -78,8 +78,8 @@ export default
}
if (fld === 'forks') {
if (data[fld] !== 0) {
$scope[fld] = data[fld];
master[fld] = scope[fld]
scope[fld] = data[fld];
master[fld] = scope[fld];
}
}
if (fld === 'variables') {