/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.7.6
benchmarks/repeat-animate-bp/app.js
6 строк
145 B
Martin Staffa
chore(benchpress): add ngRepeat animation benchmark
06 сен 2018, 16:46
06 сен 2018, 16:46
1dcba9c
Код
Авторство
О чём код?
'use strict'; angular.module('repeatAnimateBenchmark', ['ngAnimate']) .run(function($rootScope) { $rootScope.fileType = 'default'; });