Questions tagged as 'angularjs'

0
answers

AngularJS new value does not reach the directive

I have the following directive that mounts a modal. Arquivo: login.component.js (function() { 'use strict'; var app = angular.module('myapp'); app.directive('loginComponent', ['loginService', function(loginService){...
asked by 02.03.2016 / 02:36
0
answers

login with php and angularJS

I created a login form. I'm almost finishing the authentication and only what is missing is being able to redirect the user to the right page. AngularJS: app.controller("LoginController", function ($scope, $http, $state) { $scope.loginInfo...
asked by 05.01.2016 / 22:17
0
answers

Doubt with reading data from an api web using AngularJS

I have a web api made in ASP.NET, I have a script that reads these data, but I'm not sure how to do the other methods. I am posting the code of the script is from the html that at the moment this only working the GET. Thank you Doubt: There i...
asked by 07.01.2016 / 14:05
2
answers

ion-spinner only works once, how to correct this?

Scenery: The <ion-spinner> directive is used on screen A, but when it is used on the next screen, screen B, a problem occurs, where it appears but does not have the animation. Has anyone ever had this problem, and was able to...
asked by 19.01.2016 / 20:21
1
answer

Working with Factory

I am developing a system for a cafeteria, where it will have to register the cities and within the cities the districts with their due freights, the problem is occurring the first time that occurs the registration of the first neighborhood of th...
asked by 20.01.2016 / 14:18
0
answers

Problems with menu-toggle AngularJs

I'm trying to make an application with AngularJs on top of a ready template with bootstrap . So far everything is working, but I noticed that some events do not work, as is the case with menu-toggle . In the non-angled page it...
asked by 25.01.2016 / 19:38
0
answers

duplicate md-chips AngularJS

I have 2 input elements with autocomplete where through these I select the items that come from the bank and are transformed into chips. Both fields provide the same information that comes from the database to be selected, but I need to make...
asked by 18.12.2015 / 11:46
0
answers

PHP is not returning request data

I have 2 drop-downs. When a value is selected in the first, the second must list data for that value. However, my php, I think, is not getting the data sent. Can anyone help me? Herearemycodes:<bodyng-app="app" ng-controller="statecontro...
asked by 18.12.2015 / 23:19
1
answer

Angular JS - template of a directive with ng-model does not work inside ng-switch

To be more dynamic my directive I decided to include the category field that makes the selection of the type of template to be displayed. As it's just a select I thought of using ng-switch instead of multiple html files. Plunker: link i...
asked by 23.12.2015 / 22:05
1
answer

Access an attribute from another module

I need to update the values within the message policy through the maintain-provider-form directive, both of which are within the maintain-provider policy. It's possible ? If so, how do I do this? keep-provider.html <cabecalho-interno ent...
asked by 27.10.2015 / 18:50