mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
- Introducing requestAnimationFrame
This commit is contained in:
parent
180bc42f38
commit
defda72fc1
3 changed files with 24 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue