1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

- Introducing requestAnimationFrame

This commit is contained in:
Gunther Brunner 2014-03-07 19:11:04 +09:00
parent 180bc42f38
commit defda72fc1
3 changed files with 24 additions and 2 deletions

View file

@ -1,6 +1,11 @@
require('angular')
require('angular-route')
//require('se7en-bootstrap-3/build/stylesheets/bootstrap.min.css')
angular.module('app', [
'ngRoute',
require('./device-list').name,