Skip to content

Instantly share code, notes, and snippets.

@andretges
Created June 3, 2014 08:07
Show Gist options
  • Save andretges/b965affffe9849f59a14 to your computer and use it in GitHub Desktop.
Save andretges/b965affffe9849f59a14 to your computer and use it in GitHub Desktop.
.directive "infinitescroll", ->
scope:
value: '=ngModel'
link: (scope, element, attrs) ->
element.append scope.value
# template
%infinitescroll{'ng-model' => 'data'}
# controller
$scope.data = MyDataService.get_html()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment