Project

General

Profile

« Previous | Next » 

Revision 55528

show rule in a new tab

View differences:

transform.js
21 21
		});
22 22
				
23 23
	}
24
	
25
	$scope.showProfile = function(rule) {
26
		location.href = './isManager.do#/profile/' + encodeURIComponent(rule);
27
	}
28
	
29 24
});
25

  
26
module.filter('encodeURIComponent', function() {
27
	return window.encodeURIComponent;
28
});

Also available in: Unified diff