[Plot] Allow filters to be registered

https://github.com/nasa/openmctweb/pull/477/files#r49903975
This commit is contained in:
Victor Woeltjen 2016-01-15 13:00:24 -08:00
parent 8c325eb1b1
commit a50410f8ed

View File

@ -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