We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ex1.
<div bo-bind="value1 + value2 + value3 + value4"></div>
ex2.
$scope.jobs = [ {id: 1, name: 'job1'}, {id: 2, name: 'job2'} ]; $scope.jobStats = { '1': 'stats1', '2': 'stats2' };
<div bindonce ng-repeat="j in jobs"> <div bo-bind="jobStats[j.id]"></div> </div>
do not work as expected;
The text was updated successfully, but these errors were encountered:
looks like the boBind directive just gose down one level.
Sorry, something went wrong.
No branches or pull requests
ex1.
ex2.
do not work as expected;
The text was updated successfully, but these errors were encountered: