Skip to content

Commit 4296f67

Browse files
author
Pablo Roizo
committed
[FIX] Strict injection and min fixes
1 parent e10489e commit 4296f67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ angular.module('swiperApp')
164164

165165

166166
## CHANGELOG
167-
# 2016-May-04 (PRDeving)
167+
# 2016-May-04 ([PRDeving](http://www.github.com/PRDeving))
168168
* explicit injection
169169
* argument 'window.angular' instead 'angular'
170170
* removed argument 'undefined' -WTF??-

dist/angular-swiper.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/angular-swiper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
}
8282
});
8383
}
84-
angularSwiperController.$inject = ["$scope", "$element", "$timeout"];
84+
swiperController.$inject = ["$scope", "$element", "$timeout"];
8585

8686

8787
/* @ngInject */

0 commit comments

Comments
 (0)