UNPKG
gaf-mobile
Version:
latest (1.0.0)
1.0.0
GAF mobile Web site
gaf-mobile
/
app
/
bower_components
/
angular-carousel
/
src
/
angular-carousel.js
13 lines
(9 loc)
•
222 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/*global angular */
/* Angular touch carousel with CSS GPU accel and slide buffering http://github.com/revolunet/angular-carousel */
angular.
module
(
'angular-carousel'
, [
'ngTouch'
,
'angular-carousel.shifty'
]);