Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
fix(macTime): Removed unnecessary digest cycle on blur
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Oct 21, 2013
1 parent 28f0996 commit b3faef6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/template/time.jade
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
ng-model = "model"
ng-disabled = "disabled"
ng-click = "updateInput()"
mac-blur = "updateScopeTime()"
mac-keydown = "keydownEvent($event)"
mac-keyup = "keyupEvent($event)"
)

0 comments on commit b3faef6

Please sign in to comment.