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,13 @@
describe('sprintf', function() {
beforeEach(module('stf.sprintf'));
it('should ...', inject(function($filter) {
var filter = $filter('sprintf');
expect(filter('input')).toEqual('output');
}));
});