File: smash-ngAnimate.js

package info (click to toggle)
angular.js 1.5.10-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 38,940 kB
  • sloc: sh: 515; pascal: 164; makefile: 130
file content (13 lines) | stat: -rw-r--r-- 496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
import "src/module.prefix";
import "src/ngAnimate/shared.js";
import "src/ngAnimate/rafScheduler.js";
import "src/ngAnimate/animateChildrenDirective.js";
import "src/ngAnimate/animateCss.js";
import "src/ngAnimate/animateCssDriver.js";
import "src/ngAnimate/animateJs.js";
import "src/ngAnimate/animateJsDriver.js";
import "src/ngAnimate/animateQueue.js";
import "src/ngAnimate/animation.js";
import "src/ngAnimate/ngAnimateSwap.js";
import "src/ngAnimate/module.js";
import "src/module.suffix";