Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.

Timepicker directive: Is it possible to use ng-change or ng-click? #785

@EverybodyKurts

Description

@EverybodyKurts

Hello everybody,

I'm using the timepicker directive inside an ng-repeat command. I'm wondering if its possible to use the ng-change or ng-click directives within them, so whenever a user clicks any of the arrows, the expression/function I have attached to either two directives are evaluated.

Below is my code sample:

<timepicker
    ng-model="rental_date.start_time"
    ng-click='timeChange($index)'
    minute-step="15"
 />

Thanks for any help!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions