apache_conf 配置服务,test.directive.js

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 配置服务,test.directive.js相关的知识,希望对你有一定的参考价值。

    function save() {
      if (cstVm.invalidConfig) {
        // @TODO handle this more gracefully and get rid of lint ignore
        alert('Invalid configuration JSON'); // jshint ignore:line
        return;
      }

      // @TODO convert to _.camelCase() on webserver and get rid of jscs ignore
      // jscs:disable requireCamelCaseOrUpperCaseIdentifiers
      cstVm.test.is_configured = true;
      // jscs:enable requireCamelCaseOrUpperCaseIdentifiers

      modifying(false);

      // !!!!HERE
      cstVm.test.config = JSON.parse(cstVm.test.config);

      serviceTestsService.update(cstVm.deploymentId, cstVm.test).then(function() {
        $scope.$emit('test.saved');
      });
    }

以上是关于apache_conf 配置服务,test.directive.js的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf [vscode] vscode配置文件#配置

apache_conf phpMyAdmin配置存储未完全配置

apache_conf 配置地图

apache_conf 虚拟主机配置

apache_conf 配置示例1

apache_conf ssh配置文件