Skip to content

Instantly share code, notes, and snippets.

@nick-jonas
Last active December 12, 2015 05:49
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nick-jonas/4724852 to your computer and use it in GitHub Desktop.
Save nick-jonas/4724852 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$('.threesixty').threeSixty({
dragDirection: 'horizontal'
});
});
@bakbami
Copy link

bakbami commented Mar 16, 2015

ey im using this plugin with angular.js , im trying to scope an value which changes the path. so i can use more then 1 360 vieuws with one plugin. is there any way i can auto change when the path changes ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment