{"version":3,"file":"menuSelectDirective.js","sourceRoot":"","sources":["../../../../src/modules/directives/applicationcore/menuSelectDirective.ts"],"names":[],"mappings":"AAAA,IAAO,UAAU,CAgChB;AAhCD,WAAO,UAAU;IACb,IAAc,eAAe,CA8B5B;IA9BD,WAAc,eAAe;QAGzB;YAUI;gBARA,gBAAW,GAAG,uDAAuD,CAAC;gBACtE,UAAK,GAAG;oBACJ,QAAQ,EAAE,GAAG;iBAChB,CAAC;gBAEF,eAAU,GAAG,gBAAgB,CAAC;gBAC9B,iBAAY,GAAG,gBAAgB,CAAC;gBAMhC,SAAI,GAAG,UAAC,MAAiB,EAAE,QAA6B;gBAExD,CAAC,CAAA;YAJD,CAAC;YAMM,2BAAO,GAAd;gBACI,IAAM,SAAS,GAAG,cAAM,OAAA,IAAI,mBAAmB,EAAE,EAAzB,CAAyB,CAAC;gBAClD,SAAS,CAAC,OAAO,GAAG,EAAE,CAAC;gBAEvB,OAAO,SAAS,CAAC;YACrB,CAAC;YACL,0BAAC;QAAD,CAAC,AAxBD,IAwBC;QAxBY,mCAAmB,sBAwB/B,CAAA;QAED,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,eAAe,EAAE,mBAAmB,CAAC,OAAO,EAAE,CAAC,CAAC;IACpF,CAAC,EA9Ba,eAAe,GAAf,0BAAe,KAAf,0BAAe,QA8B5B;AACL,CAAC,EAhCM,UAAU,KAAV,UAAU,QAgChB","sourcesContent":["module directives {\r\n export module applicationcore {\r\n \r\n\r\n export class menuSelectDirective implements ng.IDirective {\r\n\r\n templateUrl = `templates/modules/applicationcore/menuSelectView.html`;\r\n scope = {\r\n loadData: \"&\"\r\n };\r\n\r\n controller = \"menuSelectCtrl\";\r\n controllerAs = \"menuSelectCtrl\";\r\n\r\n constructor() {\r\n\r\n }\r\n\r\n link = ($scope: ng.IScope, $element: ng.IAugmentedJQuery) => {\r\n \r\n }\r\n\r\n static factory(): ng.IDirectiveFactory {\r\n const directive = () => new menuSelectDirective();\r\n directive.$inject = [];\r\n\r\n return directive;\r\n }\r\n }\r\n\r\n angular.module(\"app\").directive(\"gtsMenuSelect\", menuSelectDirective.factory());\r\n }\r\n}"]}