Home / Admin / om-angularjs.js
Duplicate Snippet

Embed Snippet on Your Site

om-angularjs.js

Code Preview
js
// Using AngularJS.
var myApp = angular.module('myApp', []);
myApp.run(function($rootScope) {
    $rootScope.$on("$locationChangeStart", function(event, next, current) {
        if (window.om5678_1234) {
            window.om5678_1234.reset();
        }
    });
});

Comments

Add a Comment