Skip to content

Instantly share code, notes, and snippets.

@mu-arch
Created September 8, 2015 15:26
Show Gist options
  • Select an option

  • Save mu-arch/177680cb6c60e955c14d to your computer and use it in GitHub Desktop.

Select an option

Save mu-arch/177680cb6c60e955c14d to your computer and use it in GitHub Desktop.
$rootScope.$watch('id', function () {
var context = $rootScope.id;
console.log(context);
$scope.getCurrentCause = function (causes) {
return causes.organization_contextual_id === context;
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment