Skip to content

Commit

Permalink
Fix addOn to add_on issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hedudelgado committed Aug 23, 2016
1 parent db361f3 commit a9cf62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/apps/modals/app-settings-modal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ angular.module 'mnoEnterpriseAngular'
false

$scope.helper.isAddOnSettingShown = (app) ->
app.addOn
app.add_on

$scope.helper.addOnSettingLauch = (app) ->
$window.open("/mnoe/launch/#{app.uid}?settings=true", '_blank')
Expand Down

0 comments on commit a9cf62a

Please sign in to comment.