Added sprintf.

Rotation tooltips updated in realtime with current rotation degree.
This commit is contained in:
Gunther Brunner
2014-05-20 18:28:51 +09:00
parent 3143101ab5
commit e405ca1577
6 changed files with 97 additions and 16 deletions

View File

@@ -0,0 +1,2 @@
module.exports = angular.module('stf.sprintf', [])
.filter('sprintf', require('./sprintf-filter'))