Questions tagged as 'knockoutjs'

0
answers

Authorization in HTTP hearder does not work

I am trying to consume my web services using Knoutout.js . My API needs an HTTP header so that clients can access, otherwise it throws a 403 error (forbidden). With the Advanced REST Client when accessing the API URL, it works by providing...
asked by 18.03.2017 / 18:13
1
answer

Knockout js does not bring me the value of the established date?

I have problems bringing a date from the database with knockout, it brings me the next date, function genderModel() { var genderModel = this; genderModel.GenderId = ko.observable(); genderModel.GenderName = ko.observable(); ge...
asked by 31.12.2018 / 15:48