I have a DIV with a style applied via ng-style (since some values are computed in the controller).
<div ng-repeat="i in getNumber(tiles) track by $index"
ng-click="toggle = !toggle" // => esta linha não funciona...
Good morning, I need to publish a website with ionic structure (I know its main idea is to generate the app, but we have this app and it has to be a site and an app at the same time), what is the best way to do that?
What I need is just this (just not with this plugin, because in this it stops at the end) .
I think it's here , I'm doing some testing.
I need to make a carousel that has a range of 5 slides on the screen, and when I click the right arro...
I'm having an error opening the screen with the search results in the database.
The error is in the image below.
Debugging, data is coming from the database.
In the other image, the Server Log appears
MyNeighborhoods@Entity@Table(nam...
I'm trying to do something simple in Plunker that is loading the contents of home.html into index.html , however, .
Before it was not even working this line of code (when putting the ngRoute dapency but after adding the necessary lib wor...
I have a select component
<select class="selectpicker" data-live-search="true">
<option data-tokens="distrito">Distrito</option>
<option data-tokens="bairro">Bairro</option>
<option data...
I have a file with functions jquery , and I need some functions that are in it to use within controllers in the angle, but always have JS error that functions are not defined.
jquery
$(document).ready(function () {
functi...
I have an input of type="radio" that when clicked calls a function and fills a select .. but this only happens when I click on the input .. I need it to automatically load the page, I have the following code:
<label class="margin-10-...
I need help to sort the buttons I am generating with angular.
I'm using "ng-repeat" and it's generating the 8 buttons correctly however they're getting out of the order I need.
Here is the code and the output image:
<style>
.div...