/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
benchmarks/repeat-animate-bp/app-classfilter.js
9 строк
242 B
Martin Staffa
chore(benchpress): add ngRepeat animation benchmark
25 июн 2018, 17:54
25 июн 2018, 17:54
26a5779
Код
Авторство
О чём код?
'use strict'; angular.module('repeatAnimateBenchmark', ['ngAnimate']) .config(function($animateProvider) { $animateProvider.classNameFilter(/animate-/); }) .run(function($rootScope) { $rootScope.fileType = 'classfilter'; });