mirror of
https://github.com/nasa/openmct.git
synced 2025-02-03 01:30:44 +00:00
[Forms] Add placeholder spec for Locator
Add placeholder spec for the LocatorController, introduced to support forms used from the Create menu. Part of ongoing integration of forms bundle, WTD-593.
This commit is contained in:
parent
2476941eb2
commit
1753aa6784
@ -0,0 +1,15 @@
|
|||||||
|
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* MCTRepresentationSpec. Created by vwoeltje on 11/6/14.
|
||||||
|
*/
|
||||||
|
define(
|
||||||
|
["../../src/creation/LocatorController"],
|
||||||
|
function (LocatorController) {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
describe("The locator controller", function () {
|
||||||
|
|
||||||
|
});
|
||||||
|
}
|
||||||
|
);
|
@ -6,6 +6,7 @@
|
|||||||
"creation/CreateMenuController",
|
"creation/CreateMenuController",
|
||||||
"creation/CreateWizard",
|
"creation/CreateWizard",
|
||||||
"creation/CreationService",
|
"creation/CreationService",
|
||||||
|
"creation/LocatorController",
|
||||||
"navigation/NavigateAction",
|
"navigation/NavigateAction",
|
||||||
"navigation/NavigationService",
|
"navigation/NavigationService",
|
||||||
"windowing/FullscreenAction"
|
"windowing/FullscreenAction"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user