I'm putting two expressions in an Angular ngClick directive. Why would $scope.refresh not = Date.now()? Does it only do certain kinds of expressions?
data-ng-click="$scope.visible = !$scope.visible; $scope.refresh = Date.now()"
This isn't a question on how to execute multiple expressions-- it's the issue that only certain expressions will be evaluated.