File: smash-ngAnimate.js

package info (click to toggle)
angular.js 1.8.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 46,680 kB
  • sloc: javascript: 232,261; sh: 703; pascal: 164; makefile: 139; xml: 6
file content (14 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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/animateCache.js";
import "src/ngAnimate/animation.js";
import "src/ngAnimate/ngAnimateSwap.js";
import "src/ngAnimate/module.js";
import "src/module.suffix";