Skip to content

Commit

Permalink
Merge pull request thenikso#16 from vanniksoftware/master
Browse files Browse the repository at this point in the history
Fix to enable javascript minification.
  • Loading branch information
thenikso committed Feb 4, 2014
2 parents 1fb5723 + 3560e1b commit d2d2d38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion angular-flexslider.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

angular.module('angular-flexslider', [])
.directive 'flexSlider', ($parse, $timeout) ->
.directive 'flexSlider', ['$parse', '$timeout', ($parse, $timeout) ->
restrict: 'AE'
scope: no
replace: yes
Expand Down Expand Up @@ -112,3 +112,4 @@ angular.module('angular-flexslider', [])

# Running flexslider
$timeout (-> flexsliderDiv.flexslider options), 0
]
4 changes: 2 additions & 2 deletions angular-flexslider.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2d2d38

Please sign in to comment.