lbrevity

Results 3 issues of lbrevity

I'm using this angularModalService to open dialog (with template url and controller defined) from one of my angular js controller like below : ``` ModalService.showModal({ templateUrl: 'AddPage.html', scope: $scope.ModelObj, controller:...

Hello, I have following in my code ```html ``` It displays proper on hover of element, But after one ajax call inside add() function , I remove this div using...

bug

I'm using bltoolkit with my asp.net mvc project since almost 2-3 years, it working fine. Now I want to work in asp.net core 2.1 + angular. so connection string will...