quoteCalculator.service("checkForChangeService",function(){var checkForChangeService=this;this.Check=function($scope,interfaceId){if(-1==interfaceId)return checkForChangeService.checkStandardChoice("CHANGEME")},this.checkStandardChoice=function(identifier){return"CHANGEME"==identifier?(console.error("Unrecognised identifier in checkForChange service: "+identifier),!1):-1!=$scope.IndexedChoiceData[identifier].selected.valueId}});