Questions tagged as 'angularjs'

2
answers

AngularJS directives and compatibility

I have the following doubts regarding AngularJS The policies, am I required to create them if I want to use a particular plugin? When is it right to create them? What about compatibility with other plugins, if I want a certain ef...
asked by 11.03.2014 / 14:16
0
answers

Pagination angular error [closed]

I read about paging after implementing the code, however, when I tried some of the suggestions that gave me an error, this was one of them ( link ). I added in html the pagination div , I changed the controller with the example code,...
asked by 27.12.2018 / 18:01
3
answers

Data register with AngularJS and PHP does not work

Hello, I have a form, simple, with 3 fields, name, email and password in HTML and along with an AngularJS code. However, by submitting the form, I get the message that the data was sent to the bank, but they are not there at the same. <!...
asked by 27.08.2015 / 21:22
2
answers

Push Notification IONIC

I'm doing a Mobile project in Angular / Cordova / IONIC, but I'm in the push notification phase, since it's a separate project. I've tried a lot of tutorials on the web, even my own IONIC , but it does not work, does anyone have...
asked by 17.08.2015 / 15:18
1
answer

Uncaught Error - Sending email using nodemailer and Angularjs

I have been breaking head for some time trying to create a page of contacts where the user through the page can send an email. I am new with node and so I have had some problems. At the moment I can not get my application to recognize nodemailer...
asked by 08.10.2018 / 19:08
1
answer

Create new row with input in table when hit enter

I'm creating a table using AngularJS and Bootstrap. I would like to know how do I add a new line by reaching the end and pressing the enter key?     
asked by 09.08.2018 / 13:59
1
answer

Bad Request 400: When accessing API with Ionic 3

I'm getting my Bad Request 400 response to my API call in my console: Myapp.api.tsintheappfolderis:exportconstMEAT_API='http://localhost:1337'Andmymaincodeis:submit(){varlink='http://localhost:1337/user/login';vardata='?email='+JSON.stringif...
asked by 19.06.2018 / 20:06
2
answers

How do I log out in angle 4?

Good afternoon, I would like to know how do I log out in angle 4, as I am developing a dashboard and only need this requirement Thanks in advance. import { Component, Input, OnInit } from '@angular/core'; import { NbMenuService, NbSidebarSer...
asked by 20.04.2018 / 06:14
1
answer

Make Application Run Local Network Only - LocalHost

Good morning, everyone. Personal, I have a network in a client of 3 computers. Since there is no internet on the server it works with the following address the user registry. link If I click on a button that is called List All, this c...
asked by 19.10.2018 / 17:09
1
answer

Toggle part of a text to bold under a condition

I need help to change the color of a specific part of a text. It's the following, I have a string that I broke into several separate sentences to get the relevant phrases. The sentences are of tuple format (phrase, relevance). I want to concaten...
asked by 09.02.2018 / 19:59