Run ❯
zig
.
com
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html> <script src="../../ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script> <body> <div ng-app="myApp" ng-controller="myCtrl"> <h1 ng-mousemove="count = count + 1">Mouse Over Me!</h1> <h2>{{ count }}</h2> </div> <script> var app = angular.module('myApp', []); app.controller('myCtrl', function ($scope) { $scope.count = 0; }); </script> </body> <!-- /angular/tryit.asp?filename=try_ng_events_mousemove by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 06 Feb 2025 19:25:01 GMT --> </html>