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