// 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();
}
});