Questions tagged as 'angularjs'

0
answers

Needed Notice of Action Message to Continue

I wish I could-without explaining how to keep a warning message (Like the one in the Example) constantly on hold until SmartPhone GPS is Active! More in Detail: I'm making a web page just for use in SmartPhones. (It's not programmed in...
asked by 15.02.2017 / 16:07
0
answers

Add an HTTP response to a panel

My question is the following, I generate 6 paneis determined in the file script.js that has names defined as Paineis1, Paineis2 ... what would you like, do a get in a url, and for every url that i call it add the answer inside the panel I hav...
asked by 02.02.2017 / 22:38
0
answers

How to capture parameter passed via factory of Angular JS in PHP page

How to capture [in a PHP page] the value of input down using factory of AngularJS? HTML: <input type="text" name="edicao" ng-model="edicao" value="<?php if(isset($_GET['edicao'])){echo $_GET['edicao'];}else{}?>" />...
asked by 20.02.2017 / 18:07
1
answer

How to copy generated html content inside ng-repeat into a textarea?

<div ng-repeat="(keyC, column) in columns.form" ng-model="columns.form" > <div class="well"> <p><strong>BLOCO {{ keyC }}</strong></p> <div ng-repeat="(keyP, p) in column.perguntas" ng-model="co...
asked by 20.02.2017 / 14:46
1
answer

Progress bar in angulajs

I need a% w / o% to be the image of a chalice being filled with progress-bar . Something like this: link . Can anybody help you? I still do not have the official image, but it would look something like this: When you open a page, th...
asked by 30.01.2017 / 18:56
1
answer

AngularJS - Call directive when reshaping page

I have a directive that determines the size and width of some elements, but when I change the size of the page it does not adapt. I would like a way that when the user changes the dimensions of their browser the angular call back to directive....
asked by 14.02.2017 / 22:29
1
answer

How to fill fields in AngularJS from JSON return

How do I fill selects and inputs , of each item, from a JSON return? The fields are: produtoAtrib.codigo , produtoAtrib.descricao and produtoTrib.estado . JavaScript: <!-- Capturar dados do BD e inserir...
asked by 12.02.2017 / 20:02
1
answer

Access nested JSON with AngularJS

I have a file .json and I need to list the items in it as follows.    Company 1       Value 1    Company 1       Value 2    Company 2       Value 1    Company 2       Value 2    Below is the structure of my .json file...
asked by 20.01.2017 / 02:49
0
answers

I can not display object data in the view that returns from $ http.get

I am getting data from an api via $ http request. This is my controller. angular.module('supernovaWebApp',['ui.router']) .controller('professoresCtrl', ['$scope', '$http', function($scope, $http){ $http.get("http://localhost:...
asked by 13.01.2017 / 02:23
1
answer

Why can not I update the variable value in the AngularJS service and pass it as a parameter to PHP?

UPDATE If I by filtro instead of filtro.filtro in the service, it returns an error, since in the URL an array is passed: filtro: {filtro: "ma"} , ie. Error    TypeError: a.values.forEach is not a function       a...
asked by 01.02.2017 / 18:21