I'm using the AngularJS framework and I need my tag to receive a dynamic class example:
<html lang="en" id="ng-app" ng-app="app" ng-class="app.title">
</html>
This app.title will receive a mongo value.
Can anyone tell me if this is possible? And if so, is it possible to return the class name knowing that I have a string in that field?