diff --git a/src/app/theme/services/stopableInterval.js b/src/app/theme/services/stopableInterval.js new file mode 100644 index 0000000..8b43eb3 --- /dev/null +++ b/src/app/theme/services/stopableInterval.js @@ -0,0 +1,16 @@ +/** + * @author a.demeshko + * created on 12/21/15 + */ +(function () { + 'use strict'; + + angular.module('theme') + .service('stopableInterval', stopableInterval); + + /** @ngInject */ + function stopableInterval() { + + } + +})(); \ No newline at end of file