How to share an url or article on Facebook from a site routed with AngularJS?
It happens that Facebook does not recognize the meta tags og: ....
I have searched a lot but I can not find concrete answers.
Any ideas?
I tried the following:
I...
I am migrating an application to angular, but I got a bit involved with the routes, especially with the sub-routes, which I have the following problems and doubts:
Structure of my application
The passage of the index to the loading i...
I have this json:
var json = {
"0":{
"check":true,
"OBJECT_ID":{
"check":false,
"name":"OBJECT_ID",
},
"nameTable":"TEST1",
"EVENT_NAME_MANAGE":{
"check":false,
"na...
I want to know if it is possible to change the default style that appears when placing a <input type="file" /> on our page. Here I leave a screenshot.
The previous image is a screenshot of my tablet, where I save the path o...
I am using [email protected] to make a request to the api of slack . According to Slack files types I need to add the Authentication in the header. I make the request from postman and it returns the file I need.
GET /...
I want to upload a file in angular using post multipart , on the server side I use nginx as a load balancer connected to several application servers and I do not know if doing this sends the different parts of the file to different app...
I have a template that is displayed temporarily, the problem with this is that it is displayed only if I click on a predefined link.
What I want to do is that the temporary template is displayed when accessing the URL with id (/ news /...
I am creating an ABM with AngularJS, I have a controller usuario.controller.js that has the responsibility to create, delete and display the list of users. The problem is that every time I load the view create the controller is re-insta...
I understand that they are architectures and that the idea of these is once downloaded the web page this does not re-download any HTML or CSS or JS if not, that only makes calls or requests and is answered with JSON
I have an online store and the prices of each product are shown in dollars and one side will show an "approx" in Mexican pesos as what aliexpress does, or failing to know if to handle these currency changes depending of the language that is sele...