Skip to content

Commit

Permalink
[OPAL-560] Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MAhsenArif committed Sep 5, 2018
1 parent 87204b9 commit 6916c12
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ angular.module 'mnoEnterpriseAngular'
else
vm.appInstallationBtnText()

#====================================
# UI Click Events
#====================================
vm.buttonClick = () ->
if !vm.buttonDisabled()
if vm.isExternallyProvisioned
Expand Down Expand Up @@ -216,8 +213,6 @@ angular.module 'mnoEnterpriseAngular'
cartProducts = _.map(cartSubscriptions, (sub) -> sub?.product?.nid)
isCartProduct = vm.app.nid in cartProducts
vm.allowCartProductProvision = vm.app.multi_instantiable if isCartProduct
console.log 'vm.allowCartProductProvision'
console.log vm.allowCartProductProvision

# Find if the user already have an instance of it
vm.appInstance = _.find(appInstances, {app_nid: vm.app.nid})
Expand Down

0 comments on commit 6916c12

Please sign in to comment.