Hello
i want to navigate from 1 cshtml page to another inside app/tenant/view/store/page1.cshtml to app/tenant/views/store/page2.cshtml from a href tag
can you please show me how it is done
regards Anwar
Assalam alaikom
Do you have a sample or document which shows how to enable Security as my site has payment gateway involved. Also customer data needs to be secured while accessed .
Regards Anwar
Hello ,
i have the following directivesm i need to access from the AboutUs.cshtm page , can you please tell me how to do it.
Regard Anwar
(function (app) { 'use strict';
app.directive('componentRating', componentRating);
function componentRating() {
return {
restrict: 'A',
link: function ($scope, $element, $attrs) {
$element.raty({
score: $attrs.componentRating,
halfShow: false,
readOnly: $scope.isReadOnly,
noRatedMsg: "Not rated yet!",
starHalf: "../Common/Images/raty/star-half.png",
starOff: "../Common/Images/raty/star-off.png",
starOn: "../Common/Images/raty/raty/star-on.png",
hints: ["Poor", "Average", "Good", "Very Good", "Excellent"],
click: function (score, event) {
//Set the model value
$scope.vm.courseeducators.educatorId = score;
$scope.$apply();
}
});
}
}
}
});
Hello
is there a sample mobile app that shows how we can access the as.net zero functions from it or is there a template that can be used to generate a mobile app like SPA
regards Anwar
Hl
i created an angular project and ran the coe and angular seperately it loads allows login and all but when i click on user it shows the following error, can you please help me i am struggling from 5 days with this.
Also from swagger when i call it tryout it shows
Request URL
http://localhost:22742/api/services/app/User/GetUsers
Response Body
no content
Response Code
404
Response Headers
{
"server": "Kestrel",
"x-sourcefiles": "=?UTF-8?B?RTpcRFhCVGVzdFxhc3BuZXQtY29yZVxzcmNcRFhCQUlTUy5EWEJUZXN0LldlYi5Ib3N0XEFjY291bnRcTG9naW4=?=",
"x-powered-by": "ASP.NET",
"date": "Tue, 18 Jul 2017 15:29:24 GMT",
"content-length": "0",
"": "",
"content-type": null
}
Hello,
How do we include semantic-ui in the angular project, has anyone tried it or do we have a document for the same.
Regards Anwar
Hello,
i generated the app and ran it , it throws the following error
{"result":null,"targetUrl":null,"success":false,"error":{"code":0,"message":"Required permissions are not granted. At least one of these permissions must be granted: Users","details":null,"validationErrors":null},"unAuthorizedRequest":true,"__abp":true}
Hello
Which project type must is select to generate an ASP.Net Core and Angular cli project, can you please tell me and also is there a documentation detailed for it.
Regards Anwar