Having the following structure, HOW DO I do it to print the amount of stars that each car has? that is. IF in the json it says "stars": "3" would have to print 3 labels
The expected result is to print 3; The first with 3 inside. The second wi...
Hi, I've set up an angular calendar, it's a news programmer where people record what time they would be available or not at what time.
How can I show the date in the calendar in "1 mar 2017 12:00" format?
I know that with ng-repeat...
I have a problem with Angular's ng-repeat directive, I'm creating a banner component that works as follows: when you click on add image, that image is converted to base64 and the new image is added to an array and it is with this array that the...
I have a function that calls the element 'categories' of the BD.
This 'Categories' table has a field called 'gallery' which is an array of images. I want to do a ng-repeat that shows me the images of this field. the code that I have, but that do...
In my html I show dynamically information brought from a web services and I show them with ng-repeat as follows:
to this I want to add this numerical check to add and subtract amount
but I can not find the way to associa...
I have a blog whose content is completed through an AngularJS driver that brings the data from a base.
On the other hand, I have an object that contains a list of advertisements that are displayed in image format.
The drawback is when I in...
I'm trying to do a self-filtering but when I set the values, it takes them but does not filter the data the code I use is the following ..
the filter is here - >
<input type="text" id="{{item.descripcion}}" ng-model="searchinput" styl...
I am new at angular js, and I have had a problem when trying to create an image slider. The following happens to me: When I have an array "defined and initialized" by default, the effect of the slider works fine, but when I want to initialize it...
I have the following repetition:
<div ng-repeat="post in posts" class="modal fade modal-custom " id="myModal[[post.id_post]]" tabindex="-1" role="dialog" aria-labelledby="myModalLabel[[post.id_post]]" aria-hidden="true">
...
</div>...