1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00
OpenSTF/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

2 lines
101 B
JavaScript

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