stopable interval for animations

pull/3/head
alex 9 years ago
parent bc884fb213
commit 1e027c0f1c

@ -0,0 +1,16 @@
/**
* @author a.demeshko
* created on 12/21/15
*/
(function () {
'use strict';
angular.module('theme')
.service('stopableInterval', stopableInterval);
/** @ngInject */
function stopableInterval() {
}
})();
Loading…
Cancel
Save