Files
angular.js/benchmarks/repeat-animate-bp/app-noanimate.js
T
2018-06-25 16:54:33 +02:00

7 lines
135 B
JavaScript

'use strict';
angular.module('repeatAnimateBenchmark', [])
.run(function($rootScope) {
$rootScope.fileType = 'noanimate';
});