mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
10 lines
213 B
TypeScript
10 lines
213 B
TypeScript
import controller from './BEFeatureIndicator.controller';
|
|
|
|
export const beFeatureIndicator = {
|
|
templateUrl: './BEFeatureIndicator.html',
|
|
controller,
|
|
bindings: {
|
|
feature: '<',
|
|
},
|
|
transclude: true,
|
|
};
|