Base solution for your next web application

Activities of "ramezani583"

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)؟

yes, i running in locally level. when i empty the box of "tenancy name " i give error when click to login button!

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.

hi, Could not load file or assembly 'netfx.force.conflicts' or one of its dependencies. Reference assemblies should not be loaded for execution. They can only be loaded in the Reflection-only loader context

Showing 71 to 80 of 85 entries