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

Commit

Permalink
fix(macTime): Select meridian after updating view
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Sep 7, 2014
1 parent 695078e commit 0a6527b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/directives/time.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ angular.module("Mac").directive "macTime", [
when meridianSelected and key is keys.P
setMeridian("PM")

selectMeridian()
updateInput()
selectMeridian()

element.on 'keyup', (event) ->
key = event.which
Expand Down

0 comments on commit 0a6527b

Please sign in to comment.