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