mirror of https://github.com/akveo/blur-admin
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…
Reference in new issue