mirror of
https://github.com/nasa/openmct.git
synced 2025-04-16 07:26:53 +00:00
[Plot] Allow filters to be registered
https://github.com/nasa/openmctweb/pull/477/files#r49903975
This commit is contained in:
parent
8c325eb1b1
commit
a50410f8ed
@ -221,6 +221,13 @@ define(
|
||||
CustomRegistrars.prototype.services =
|
||||
mapUpon(customRegistrar("service"));
|
||||
|
||||
/**
|
||||
* Register Angular filters.
|
||||
* @param {Array} extensions the resolved extensions
|
||||
*/
|
||||
CustomRegistrars.prototype.filters =
|
||||
mapUpon(customRegistrar("filter"));
|
||||
|
||||
/**
|
||||
* Register functions which will run after bootstrapping.
|
||||
* @param {Array} extensions the resolved extensions
|
||||
|
Loading…
x
Reference in New Issue
Block a user