Files
stf-DeviceFarmer-1/res/app/components/stf/sprintf/index.js
Gunther Brunner e405ca1577 Added sprintf.
Rotation tooltips updated in realtime with current rotation degree.
2014-05-20 18:28:51 +09:00

3 lines
101 B
JavaScript

module.exports = angular.module('stf.sprintf', [])
.filter('sprintf', require('./sprintf-filter'))