Skip to content

Commit

Permalink
a fix for #13
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeingold committed Feb 16, 2014
1 parent 7f61f2d commit 69e28eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scripts/ui-scroll.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ angular.module('ui.scroll', [])
priority: 1000
terminal: true

compile: (element, attr, linker) ->
($scope, $element, $attr, controllers) ->
compile: (elementTemplate, attr, linker) ->
($scope, element, $attr, controllers) ->

match = $attr.ngScroll.match /^\s*(\w+)\s+in\s+(\w+)\s*$/
if !match
Expand Down Expand Up @@ -415,4 +415,4 @@ angular.module('ui.scroll', [])

###
//# sourceURL=src/scripts/ui-scroll.js
###
###

0 comments on commit 69e28eb

Please sign in to comment.