Questions tagged as 'angularjs'

1
answer

Help with bluetooth ionic application

I'm just starting with Ionic . I am trying to make an application to connect my cell phone with my notebook by bluetooth through plugin cordova-plugin-networking-bluetooth . Using the official plugin website as help: link . I was...
asked by 25.09.2016 / 06:42
3
answers

fs.readFile does not give me a correct format for pdf

I am trying to load a pdf in a new browser tab by passing it by res.send so that the file remains private and not accessible unless the user has the necessary permissions. The problem is that when the file pdf is opened in t...
asked by 12.10.2016 / 01:45
2
answers

It is possible to put the ng-include directive inside a head

Greetings I'm using angularjs in the front end but my web application is not a Single Page Application, it's a classic application where the browser makes a request to the server for each page that the user requests. I want to abbreviate my c...
asked by 06.06.2016 / 20:39
2
answers

How to show dates with a format in uicalendar?

Hi, I've set up an angular calendar, it's a news programmer where people record what time they would be available or not at what time. How can I show the date in the calendar in "1 mar 2017 12:00" format? I know that with ng-repeat...
asked by 27.03.2017 / 16:17
1
answer

How to implement SQLite from ngCordova in ionic

Trying to implement the SQLite ngCordova plugin, I have encountered confusion about how to implement the plugin, because in the official page it appears in one way, and in the github repository in another. ngCordova Plugin GitHu...
asked by 10.04.2016 / 01:19
1
answer

How to draw a selected marker from a list in google maps using angularjs (Ionic) controllers?

I'm doing a mobile app with Ionic Framework and I have a list of places in a lugares.html view, each item has a name, address and location (coordinates). I want that when selecting an item the marker of my current and selected position...
asked by 04.03.2016 / 18:13
2
answers

Failed to communicate child driver with its parent driver

I am creating my first application with AngularJS, and I have an error that I have not found a solution for. The problem is that at the moment of generating the values in the form, the table does not show them. This is the html code: <!D...
asked by 12.05.2016 / 09:35
1
answer

HTTP formats to send data to the server

I use headers: {'Content-Type': 'application/x-www-form-urlencoded'} What is the correct way to send the json data so that the WS reads it correctly? data: { lat: '-33.4415275', lng: '-70.6517743' } I have this code, I send them by...
asked by 06.09.2016 / 23:56
1
answer

Circular dependence on ES6 classes using Angular

Hello! I have a circular dependency problem in an Angular project (4.3.X). In the app/models directory there are several files that represent the models received by the API. Scenario: // center.ts import {User} from './user';...
asked by 24.08.2017 / 12:42
1
answer

Angular 6 does not load Jquery when browsing between views

I am implementing a template for a dashboard that has jQuery, chart js etc. as a dependency. Everything went well until the time to implement the routes because now when I browse through them I get the error Uncaught TypeError: Can not read prop...
asked by 07.10.2018 / 20:14