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
bo-class doesn't seem to evaluate $scope functions as the ng-class directive does.
bo-class
$scope
ng-class
The text was updated successfully, but these errors were encountered:
...or multiple classes. As far as I can tell but maybe Im missing something.
Ive tried both... bo-class="person.isCompleted" bo-class="person.isNext"
bo-class="person.isCompleted" bo-class="person.isNext"
and
bo-class="person.isCompleted person.isNext"
and neither seem to work.
Sorry, something went wrong.
No branches or pull requests
bo-class
doesn't seem to evaluate$scope
functions as theng-class
directive does.The text was updated successfully, but these errors were encountered: