Fixes installer including some c# bits, fixes the hash bang to be back to normal

This commit is contained in:
Shannon
2018-06-15 15:51:37 +10:00
parent 56ba6c7a1d
commit 9d49ddba7c
9 changed files with 75 additions and 84 deletions

View File

@@ -1,9 +1,4 @@
/// <reference path="../../../../lib/angular/1.1.5/angular.js" />
/// <reference path="../../../lib/angular/angular-mocks.js" />
/// <reference path="../../../../src/app.js" />
/// <reference path="../../../../src/views/templates/edit.controller.js" />
(function() {
(function() {
"use strict";
describe("templates editor controller",
@@ -17,22 +12,6 @@
controller,
nada = function() {};
// UNCOMMENT TO RUN WITH RESHARPERS TESTRUNNER FOR JS
//beforeEach(function() {
// angular.module('umbraco.filters', []);
// angular.module('umbraco.directives', []);
// angular.module('umbraco.resources', []);
// angular.module('umbraco.services', []);
// angular.module('umbraco.packages', []);
// angular.module('umbraco.views', []);
// angular.module('ngCookies', []);
// angular.module('ngSanitize', []);
// angular.module('ngMobile', []);
// angular.module('tmh.dynamicLocale', []);
// angular.module('ngFileUpload', []);
// angular.module('LocalStorageModule', []);
//});
beforeEach(module("umbraco"));
beforeEach(inject(function($controller, $rootScope, $q) {