Questions tagged as 'angularjs'

1
answer

How to walk an array in angular [closed]

I must bring all the records from my Database, and how can I go through the array that returns the query and list the records in an html table     
asked by 29.01.2018 / 23:43
1
answer

How can I reload all the controllers with Angular?

Hi, I'm doing an app with Ionic1 and Angular1 and I want to reload all the controllers again when I log out. Thanks. angular .module('starter') .controller('ProfilCtrl', ProfilCtrl); function ProfilCtrl($scope){ var a...
asked by 17.12.2016 / 18:19
1
answer

AngularJS and ng-checked

to see if they can tell me why this happens. The thing is that I have a double ng-repeat where two lists are traversed. The first list is a list of contractors and within this list there is another list of documents. That is, the contractors hav...
asked by 18.12.2016 / 13:23
1
answer

jsonp does not work with ionic

How about, I've been working on ionic jsonp for about 5 days and the case is that with angularjs it works and with jquery too but when I use jsonp with ionic I can not make it work and it always returns error, here I share my code app.js //...
asked by 18.12.2016 / 18:52