Skip to content

fix jshint error and improve some features... #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

qpitlove
Copy link

@qpitlove qpitlove commented Jan 6, 2015

reformat code and fix jshint error
replace console to $log
updateOnBlur directive only use scope.$apply method when scope.$root.$$phase is null
when destroy updateOnBlur directive, remove element event handler ( prevent memory leak )
add submit event handler to updateOnBlur directive ( check validation not only blur but also submit )
add .gitignore ( ignore web storm or intelij files )

reformat code and fix jshint error
replace console to $log
updateOnBlur directive only use scope.$apply method when scope.$root.$$phase is null
when destroy updateOnBlur directive, remove element event handler ( prevent memory leak )
add submit event handler to updateOnBlur directive ( check validation not only blur but also submit )
@chandermani
Copy link
Contributor

Sorry for the late reply and for your fixes. My file diff for the validation directive file shows everything has moved. Not sure why. If your changes are only related to using $log and fixing updateonblur i can selectively apply that.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants