angular_ts/directive
Types
Values
pub fn factory(
directive: Directive(scope, controller),
) -> injectable.Injectable(controller)
pub fn new(
factory: injectable.Injectable(controller),
) -> Directive(scope, controller)
pub fn with_view(
directive: Directive(scope, controller),
view: fn(programmatic_view.Context(controller, dynamic.Dynamic)) -> dynamic.Dynamic,
) -> Directive(scope, controller)