Questions tagged as 'angularjs'

1
answer

Toggle using different ng-Style - AngularJS

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...
asked by 02.10.2017 / 18:13
1
answer

Generate publish Ionic site

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?     
asked by 03.10.2017 / 15:44
1
answer

Carousel multiple passing 1 item at a time

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...
asked by 27.09.2017 / 23:50
1
answer

Error requesting GET, JavaScript, Angular, Spring, Java

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...
asked by 25.09.2017 / 15:10
1
answer

$ routeProvider does not work - angularJs

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...
asked by 16.09.2017 / 22:26
1
answer

Sort by id in AngularJS (Javascript)

I have an AngularJS object: $scope.listaDoCarrinho = [0: { id: "55", setor: "alimento", foto: "Produtos/Produto (55).jpg", descr: "Espaguete Renata", de: 15, … } 1: {...
asked by 12.10.2017 / 05:55
1
answer

Select Component with an Angular Request

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...
asked by 16.10.2017 / 18:21
2
answers

Calling Jquery Function in an Angular Controller

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...
asked by 16.10.2017 / 14:40
1
answer

Problem with ng-checked AngularJS! [closed]

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-...
asked by 08.09.2017 / 19:09
1
answer

Sort rows and columns replicated with angle

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...
asked by 25.08.2017 / 20:48