26a5779cdd
Closes #13976
8 lines
145 B
JavaScript
8 lines
145 B
JavaScript
'use strict';
|
|
|
|
angular.module('repeatAnimateBenchmark', ['ngAnimate'])
|
|
.run(function($rootScope) {
|
|
$rootScope.fileType = 'default';
|
|
});
|
|
|