Skip to content

Commit

Permalink
Removed unused params from directive (ngTableParams in particular was…
Browse files Browse the repository at this point in the history
… causing error on client project)
  • Loading branch information
andresmatasuarez committed Aug 17, 2020
1 parent a08cc37 commit 5dba6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng_table_async.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ parseColumn = (column) ->
@description
ngTable wrapper directive that offers some basic functionality for working with asynchronous tables.
###
module.directive 'ngTableAsync', ($q, ngTableParams) ->
module.directive 'ngTableAsync', () ->
restrict: 'E'
scope:
options: '='
Expand Down

0 comments on commit 5dba6c0

Please sign in to comment.