(function(){var n=angular.module("FeesApp2",["CommonModule"])})(),function(n){"use strict";function t(n){var t=this;t.info={};n.GetTheLowDown().then(function(n){t.info=n.data},function(n){console.log(n)})}n.module("FeesApp2").component("fees",{templateUrl:"_fees.html",controller:["FeesService",t],bindings:{tenantName:"<"}})}(window.angular),function(){angular.module("FeesApp2").service("FeesService",["$http",function(n){var t=this;return t.GetAllFees=function(){return n.get("/api/Fees/GetProductsWithFees")},t.GetTheLowDown=function(){return n.get("/api/Fees/GetLowDownDetails")},t}])}()