Created
June 21, 2022 15:10
-
-
Save MasterHans/9634f889e03ff2a428b01d810b46ebbb to your computer and use it in GitHub Desktop.
AngularJs - Get input by angular.element
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var myElement = angular.element($document[0].querySelector('.form-control.input-sm.ng-valid.ng-not-empty.ng-dirty.ng-valid-parse.ng-touched')); | |
myElement.trigger('hideCalendar.daterangepicker'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment