Skip to content

Commit 6d45eb5

Browse files
author
Tang,Hejun
committed
fix broken UT for issue with ui router, refer to
angular-ui/ui-router#212
1 parent 4f7be32 commit 6d45eb5

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

app/main/components/directives/tableColumnFilter.directive.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ddescribe('table column filter directive:', function () {
1+
describe('table column filter directive:', function () {
22
var element, scope, document;
33

44
// Load the ilab module, which contains the directive

app/main/environment/vm/vm.controller.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ describe('vms controller', function() {
107107

108108
beforeEach(function() {
109109
module('ilab');
110-
module('ilabService');
110+
module('templates');
111111
});
112112

113113
beforeEach(inject(function($rootScope, $controller, _machine_, $modal, Restangular, _$httpBackend_, $q) {

app/main/ilab.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
url: "/404",
2727
views: {
2828
'page@': {
29-
templateUrl: "404.html",
29+
templateUrl: "main/templates/404.html",
3030
}
3131
}
3232
})
File renamed without changes.

0 commit comments

Comments
 (0)