Skip to content

Instantly share code, notes, and snippets.

@maneja81
Forked from fannheyward/gist:7560525
Last active August 29, 2015 14:10
Show Gist options
  • Save maneja81/f6e7586b53a9c4a8b99f to your computer and use it in GitHub Desktop.
Save maneja81/f6e7586b53a9c4a8b99f to your computer and use it in GitHub Desktop.
.directive('prettyp', function(){
return function(scope, element, attrs) {
$("[rel^='prettyPhoto']").prettyPhoto({deeplinking: false, social_tools: false});
}
})
<a prettyp class="image" ng-href="{{b.img}}" rel="prettyPhoto[main]" target="_blank" title="{{b.title}}">
<img ng-src="{{b.img}}" height="100px"/>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment