I'm trying to apply this class to this when I roll the page to fix my menu at the top of the screen, but the class is not being set:
<div class="page-header-menu" ng-class="{'fixed':(document.documentElement.scrollTop > 74)}">
<!-- aplicação-->
</div>
I'm using version 1.2.30. My thanks to whom to respond.