mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
[Framework] Add custom registration types
Add custom registration for Angular's directives and controllers. WTD-518.
This commit is contained in:
parent
9541d6716a
commit
24591c67dd
@ -67,7 +67,9 @@ define(
|
||||
}
|
||||
|
||||
return {
|
||||
routes: registerRoute
|
||||
routes: registerRoute,
|
||||
directives: new CustomRegistrar("directive"),
|
||||
controllers: new CustomRegistrar("controller"),
|
||||
services: new CustomRegistrar("service")
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user