Questions tagged as 'angularjs'

2
answers

How to return a JSON in PHP?

I have this: $insereUsuario=$pdo->prepare("INSERT INTO usuarios (idUsuario, idCep, tipoUsuario, nome, usuario, email, senha) VALUES (?, ?, ?, ?, ?, ?, ?)"); $insereUsuario->bindValue(1, NULL); $insereUsuario->bindValue(2, $idCep); $...
asked by 27.06.2016 / 17:05
1
answer

AngularJS value $ scope out of view

I have a question in the angularJs that I can not solve, my index.html is the following: <div ng-show="error" class="alert alert-danger">{{error}}</div> <div ng-show="success" class="alert alert-success">{{success}}<...
asked by 19.06.2016 / 00:22
1
answer

Take value from an ionic angle

<div class="list"> <li class="item" ng-click="city()" ng-repeat="seg in segmento">{{seg}}</li> </div> I have this code in my ionic framework I would like to get the value of the li I already tried with name, ng-model do...
asked by 20.06.2016 / 21:14
1
answer

Doubt - Session with AngularJS + PHP

Well, I'm breaking my head here, I've already sifted through the internet, but I still have not been able to resolve an issue. I'm creating a Quiz application using AngularJS, but I'm not able to create a session, or any other way to write certa...
asked by 06.06.2016 / 20:41
1
answer

ReactJS + Angular + Babel

Good morning I need to use ReactJS in a project that I already use AngularJS. I managed to do the integration, but without using Babel, that is, I only managed to make Angular and ReactJS communicate through pure React. Could anyone tell me how...
asked by 08.06.2016 / 13:33
2
answers

Compare 2 variables in a select with Angular

Hello, I have an array of objects that I am pulling from the database and playing in a Select HTML, but I am also passing another variable and would like to compare this variable with the BD array values and if they are same as set the option. I'...
asked by 03.05.2016 / 13:12
1
answer

Cordova with AngularJS

I researched a lot, but found nothing concrete. How to open the default mobile email client using angledJS?     
asked by 12.04.2016 / 18:56
1
answer

Angular Papers JS

Well, I have not found it in any other post, if there is srry :) finally I have the following config myApp.config(function($routeProvider) { $routeProvider // route for the index page .when('/index', { templ...
asked by 21.04.2016 / 04:41
1
answer

How to print the prefixes along with the array?

I would like help with printing an array with its prefixes. this.prefixo = [ { "E01":[{"name":"Teste01"}], "E02":[{"name":"Teste02"}] } ]; I would like to print the prefixes and names related to e...
asked by 13.04.2016 / 20:53
1
answer

Route to Home Page Angular

I have the following structure in my module link When I call the URL link , it includes the home.html view, so far so good. The problem is that when it's in that URL and I give an enter, it gives me a message that the page was not found...
asked by 05.04.2016 / 22:24