Skip to content

Commit

Permalink
update orientation check for apple watch
Browse files Browse the repository at this point in the history
  • Loading branch information
samsep committed Jan 11, 2016
1 parent 533c64f commit f7d2e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/controllers/type.controller.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ SubmitWorkTypeController = ($scope, $rootScope, $state, $document, SubmitWorkSer

selectedName = selected[0]?.name

if selected.length == 0 || (selected.length == 1 && selectedName == 'iWatch')
if selected.length == 0 || (selected.length == 1 && selectedName == 'Apple Watch')
showOrientation = false

showOrientation
Expand Down

0 comments on commit f7d2e7d

Please sign in to comment.