Skip to content

Instantly share code, notes, and snippets.

@rubenCodeforges
Created August 21, 2015 10:06
Show Gist options
  • Save rubenCodeforges/db08a0ce3c0f712ac615 to your computer and use it in GitHub Desktop.
Save rubenCodeforges/db08a0ce3c0f712ac615 to your computer and use it in GitHub Desktop.
this.profile.directive('ngGalleria', function() {
return {
restrict: 'E',
controller: function($scope, $timeout) {},
template: '<div class="galleria"></div>',
scope: {
source: '=',
screen: '@'
}
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment