mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 15:18:12 +00:00
[Plot] Allow filters to be registered
https://github.com/nasa/openmctweb/pull/477/files#r49903975
This commit is contained in:
@ -221,6 +221,13 @@ define(
|
|||||||
CustomRegistrars.prototype.services =
|
CustomRegistrars.prototype.services =
|
||||||
mapUpon(customRegistrar("service"));
|
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.
|
* Register functions which will run after bootstrapping.
|
||||||
* @param {Array} extensions the resolved extensions
|
* @param {Array} extensions the resolved extensions
|
||||||
|
Reference in New Issue
Block a user