mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 21:05:18 +02:00
Adding vs-repeat performance test sample.
This commit is contained in:
14
res/test/samples/vs-repeat/index.js
Normal file
14
res/test/samples/vs-repeat/index.js
Normal file
@@ -0,0 +1,14 @@
|
||||
require('./vs-repeat.less')
|
||||
|
||||
require('angular-vs-repeat')
|
||||
|
||||
module.exports = angular.module('stf.vs-repeat', [
|
||||
'vs-repeat'
|
||||
])
|
||||
.controller('PerfVsRepeatCtrl', require('./vs-repeat-controller'))
|
||||
.controller('AppVsRepeatCtrl', require('./app-controller'))
|
||||
.config(['$routeProvider', function ($routeProvider) {
|
||||
$routeProvider.when('/test/samples/vs-repeat', {
|
||||
template: require('./vs-repeat.html')
|
||||
})
|
||||
}])
|
||||
Reference in New Issue
Block a user