1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
This commit is contained in:
Sylvain 2020-11-02 16:50:23 +01:00
parent f2c81a634a
commit 506d9dd5fb

View File

@ -40,7 +40,7 @@ Application.Directives.directive('cart', ['$rootScope', '$uibModal', 'dialogs',
},
templateUrl: '/shared/_cart.html',
link ($scope, element, attributes) {
// will store the user's plan if he choosed to buy one
// will store the user's plan if he chose to buy one
$scope.selectedPlan = null;
// total amount of the bill to pay