added 1.2 upgrade note
This commit is contained in:
@@ -3,6 +3,10 @@ describe('contentEditingHelper tests', function () {
|
||||
|
||||
beforeEach(module('umbraco.services'));
|
||||
beforeEach(module('umbraco.mocks'));
|
||||
|
||||
|
||||
//Only for 1.2: beforeEach(module('ngRoute'));
|
||||
|
||||
|
||||
beforeEach(inject(function ($injector) {
|
||||
contentEditingHelper = $injector.get('contentEditingHelper');
|
||||
|
||||
Reference in New Issue
Block a user