Skip to content

Instantly share code, notes, and snippets.

View horozco's full-sized avatar

Hernan Orozco horozco

View GitHub Profile
{2252592=>{:name=>"Brett", :photos=>{10986914=>"https://phototesting.s3.amazonaws.com/organizations/development-995/photo/image/10986914/thumb_44d5f973121dcb994638b395de025ae72cbd0c39.JPG", 10986937=>"https://phototesting.s3.amazonaws.com/organizations/development-995/photo/image/10986937/thumb_0e6497fa3bfe28d893ba488316195f8ae4bac742.JPG", 10986955=>"https://phototesting.s3.amazonaws.com/organizations/development-995/photo/image/10986955/thumb_049b0d72ee0d6ba282c85961c8d701236b89b3da.JPG", 10986987=>"https://phototesting.s3.amazonaws.com/organizations/development-995/photo/image/10986987/thumb_2f6a849875db83ed588ae07ca495b93256052e2f.JPG", 10986991=>"https://phototesting.s3.amazonaws.com/organizations/development-995/photo/image/10986991/thumb_355dc6e156f00a9737750de11d580f4f3e51a74b.JPG", 10988608=>"https://phototesting.s3.amazonaws.com/organizations/development-995/photo/image/10988608/thumb_fdf3345c2dadf55eddf1dc59bd87c22fdbdd991b.JPG", 10988698=>"https://phototesting.s3.amazonaws.com/organizations/develo
@horozco
horozco / test.html
Created September 4, 2014 22:07
Custom video controls - Angularjs directive
<div video-controls='true' class="video-container">
<video class="video">
<source ng-src="http://techslides.com/demos/sample-videos/small.mp4" type="video/mp4">
</video>
<video-controls></video-controls>
</div>