Don't find a solution for my problem?
No, I deleted cache of my browser and try again, but problem was not resolved!
hi, i create Entity for entry cities and write vm.getCities = function () { vm.loading = true; cityService.getCities({ filter: vm.filterText }).then(function (result) { vm.cityGridOptions.data = result.data.items; }).finally(function () { vm.loading = false; }); }; such as role form!
But i have error "angular.js:14700 TypeError: vm.getcities is not a function" in Clint side! please help me!. Error.zip
thanks.
Where is it(Erroe Log)؟
Hi, i'm in final step in the "Phonebook" sample. for test multi tenant, i enable that and login with default tenant, but I cannot find "Tenant Management Page"!
Hi I'm implementing "DEVELOPING AN APPLICATION STEP BY STEP" I'm in step: "DELETING A PERSON" I changed the index.cshtml view to add a button and created a file named index.less But delete button do not fire any action! Related files have been attached. Which step do I do wrong? Please help me. phonebook.zip
thanks.