$scope.update = (code, value, type, target) => { $scope.code = code; $scope.value = value; $scope.type = type; $scope.target = target; }; $scope.remove = () => { $scope.code = ''; $scope.value = 0; $scope.type = ''; $scope.target = ''; }; $scope.compute = (targetValue) => { if ($scope.type !== 'percentage'){ return $scope.value; } if (typeof targetValue !== 'number'){ targetValue = (($scope.target === 'service') ? $cart.serviceCharge : $cart.subTotal); } return (targetValue * $scope.value); };
copy = (text, message) => { navigator.clipboard.writeText(text).then(() => { $alert.notify({ type: 'success', message: (message || 'Text copied to clipboard.'), toast: true, }); }); };
hasUnreadAlerts = () => { return $rel.lt(read, alerts); }
Sign in
Our Services
Immigration Hub
Permanent Residency
Study Visa
Work Visa
Visitor's Visa
Visa Rejection Assistance
Study & Scholarship Hub
Study & Scholarships
About Us
Contact Us
Webinar
About Us
Our services
Immigration Hub
Permanent Residency
Study Visa
Work Visa
Visitor's Visa
Visa Rejection Assistance
$scope.align = (container) => { if (!$scope.aligned){ $scope.aligned = true; container.style.left = `-${container.offsetWidth}px`; } };
Study & Scholarship Hub
Study & Scholarships
$scope.align = (container) => { if (!$scope.aligned){ $scope.aligned = true; container.style.left = `-${container.offsetWidth}px`; } };
Contact
Webinar
Sign in
404
page not found
Oops! That's an error — nothing here.
Return to the home page