if("undefined"===typeof components)var components=angular.module("components",[]);components.directive("spsAnchor",["$location","$anchorScroll",function(a,c){return{restrict:"A",link:function(b,d,e){b=$(d[0]);$(b).on("click",function(){a.hash(e.spsAnchor);c();a.hash("")})}}}]);