Questions tagged as 'angularjs'

0
answers

How to make a linked list with Javascript that points to an element I want?

Example: I have an array of blocks, each block has a process object that has a state attribute, which can be either free or busy. How do I make every free process point to the next free process even though processes are busy with each other?   ...
asked by 06.05.2016 / 22:09
0
answers

angular-scroll-animate does not work when scrolling

I'm developing a mobile application using angular, and I'm trying to build a timeline like this: link documentation here: link The problem is that the angular-scroll-animate directive is not firing when there is page-rolling, and I hav...
asked by 06.05.2016 / 15:23
1
answer

Ng-reapeat selects input of all forms change together

Hello, I'm new to AngularJS, and I'm having trouble with ng-repeat: The user can insert a portion of a form as many times as he wants, but in each one of them it should be possible to select different options. I put the ng-reapet, but i...
asked by 05.05.2016 / 15:56
0
answers

Angular does not update screen

angular.module("manuais", []); angular.module("manuais").controller("manualCtrl", function($scope) { $scope.capitulo_itens = [{ cod: 1, cod_capitulo: 1, tipo: 1, texto: "Titulo de um elemento", arquivo: ""...
asked by 04.05.2016 / 15:14
1
answer

Dynamic links in Ionic, with inAppBrowser

I'm developing an app with Ionic, which consumes an external API (json). To make links that open in the native browser, I added the inAppBrowser plugin and it worked. The question is that some links are dynamic, constructed with API variables...
asked by 30.04.2016 / 16:02
0
answers

Ionic upload file

I am developing an ionic app where I want to send a file (actually a photo), this type of request I tried to get, but it did not work ... How can I fix it? (the problem is send via get? My php file is this: <?php $foto = $_FILES[...
asked by 26.04.2016 / 15:05
0
answers

Difficulty in displaying data on the screen with angular

Good afternoon guys I'm making an app, where, when entering text, the message should appear on the screen. But something strange happens, only the cards (where the text should be displayed) is that it appears and empty! Without the text. H...
asked by 25.05.2016 / 22:04
0
answers

Error adding ionic-platform-web-client

I have an Ionic project that works perfectly. These are the versions I'm using: Cordova CLI: 5.3.3 Gulp version: CLI version 3.9.1 Local Gulp: Local version 3.9.1 Ionic CLI Version: 1.7.14 Node: v4.2.1 Ionic Bower: 1.3.1 However...
asked by 24.05.2016 / 16:34
1
answer

store contents in views and delete whitespace that are appearing

I'm having the problem of listing elements in my views, these elemntos should appear together with no blanks to separate them. To solve this issue I tried to use masonry, without success, and I have no idea how to make this arrangement! <di...
asked by 19.04.2016 / 20:26
2
answers

angular filter with ng-repeat giving strange error

I'm having trouble using a filter in conjunction with ng-repeat. I have an event json where I want, when selecting an event type in select, the filter returns a new json with only events that have the event type chosen, this is my code CONTRO...
asked by 12.05.2016 / 20:09