Questions tagged as 'angularjs'

2
answers

Do not load data in the picklist (jquery-ui + angularJS)

using: link I can not load data coming from my client table into the picklist. It was already working on another template, changed the template in the company and I'm adapting to the new components. I got this picklist from outside, because...
asked by 28.01.2016 / 14:26
1
answer

AngularJS: Change scope in ngRepeat

I have the situation: in the table below, when I click on "edit", it displays the form with the necessary fields (even with a new "cancel" button). So far everything is working well. The problem is that when saving, the form should disappear (ng...
asked by 05.01.2016 / 22:15
1
answer

Application Rest in PHP with user logged in

I'm developing an application in PHP Rest API. This application will be accessed via Web and Mobile. It turns out that users should log in to be able to consume the Rest service. My question - How do I keep users logged in to a REST applic...
asked by 24.03.2016 / 16:12
2
answers

How to clean input field with angular?

I'm trying to clear the text field after the submit, but I'm not getting it. Here are my codes html: Here in html, I changed from ng-model="msg" to message.msg                                                                    Submit         ...
asked by 10.02.2016 / 20:25
1
answer

Display videos in video tag using angularjs

View: <div class="list card" ng-repeat="x in content.spells"> .... <video width="320" height="240" ng-src="{{(getIdVideo(content.id) | trusted )}}" controls> Seu navegador não suporta o elemento <code>video<...
asked by 02.03.2016 / 16:11
1
answer

Array reorganization of data for display

I'm creating an application using AngularJs and skeleton , I have the layout mounted, now I'm in the part of making it dynamic, but I'm facing a basic problem. I have the following array coming from the backend: [ 0 => [...
asked by 21.02.2016 / 15:23
3
answers

Data of an Array

I'm having a tricky little problem here, the logic I should use for this kind of procedure is a bit tricky. Well, it's the following: I have an array with the following data: var dados = [ {'id':1,'nome':'dom','horario1':'01:00','h...
asked by 22.02.2016 / 14:31
2
answers

How to load dropdown list using angularJS and php

I was able to load a drop-down using php. Now I need to load the second drop-down, based on the first selection. Does anyone know how to do this? Thanks. <body ng-app="app" ng-controller="statecontroller"> <label>Categorias&l...
asked by 14.12.2015 / 21:34
1
answer

Angularjs, How to create Checkbox to insert array in MongoDb

I have created a collection in mondoDB called Mangas , where it has " name, author, gender and info Gender is array. I have a form that will receive the values name, author and info, Checkbox needs to be filled as Array with values to...
asked by 02.02.2016 / 19:50
1
answer

Installment js

Well, I've created an account installment system ... I'd like to know how to filter ... [{"tipo":0,"classe":"Saída","nome":"a 1/2","tag":"a","categoria":"Carro","cor":"SkyBlue","data":"2-2016","pg":"1"},{"tipo":0,"classe":"Saída","nome":"a 2/2...
asked by 13.02.2016 / 07:02