Skip to content

Instantly share code, notes, and snippets.

@kvofreelance
Created December 26, 2013 13:14
Show Gist options
  • Save kvofreelance/8133704 to your computer and use it in GitHub Desktop.
Save kvofreelance/8133704 to your computer and use it in GitHub Desktop.
.directive("myimgscroll", function(){
return {
link: function(scope, element, attrs){
scope.$watch('offset()', function(newval, oldval){
console.log("bzbzbzbzbzzb:");
});
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment