Skip to content

Commit

Permalink
[FIX] Strict injection and min fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Roizo committed May 5, 2016
1 parent e10489e commit 4296f67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ angular.module('swiperApp')


## CHANGELOG
# 2016-May-04 (PRDeving)
# 2016-May-04 ([PRDeving](http://www.github.com/PRDeving))
* explicit injection
* argument 'window.angular' instead 'angular'
* removed argument 'undefined' -WTF??-
2 changes: 1 addition & 1 deletion dist/angular-swiper.js

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

2 changes: 1 addition & 1 deletion src/angular-swiper.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
}
});
}
angularSwiperController.$inject = ["$scope", "$element", "$timeout"];
swiperController.$inject = ["$scope", "$element", "$timeout"];


/* @ngInject */
Expand Down

0 comments on commit 4296f67

Please sign in to comment.