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?
...
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...
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...
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...
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[...
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...
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...
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...
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...