ignore dist/test

This commit is contained in:
Alexander Zobnin
2017-10-30 22:39:17 +03:00
parent f74c6bbf25
commit dc352b8eb9
35 changed files with 4 additions and 6847 deletions

View File

@@ -1,13 +0,0 @@
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var ZabbixAppConfigCtrl = exports.ZabbixAppConfigCtrl = function ZabbixAppConfigCtrl() {
_classCallCheck(this, ZabbixAppConfigCtrl);
};
ZabbixAppConfigCtrl.templateUrl = 'components/config.html';