Questions tagged as 'angularjs'

0
answers

Using angular and ionic, how do I traverse a vector by adding a variable of an object?

I have a vector of objects with prices, product name ..., after the customer has clicked on a product I move it to another list, from ordering, after being done this needs to cause me to add the prices of list products and return me a total each...
asked by 13.04.2016 / 16:14
1
answer

Google Maps API does not load in Angular

Hello, I'm trying to initialize API of Google Maps in controller of my Angular page, except that it simply does not start the function. If I put it directly on the page, it works without problems. Here is code for control...
asked by 13.04.2016 / 13:15
0
answers

Javascript - How do I assemble a list of inputs using an array that is array of another object

I have a scenario to mount a grid in frontend , but that I can not mount. I get my backend um JSON containing a list. This list has two fields: Order and Size, and to mount on screen, the field Order will be the title (ranging fr...
asked by 11.04.2016 / 14:26
1
answer

Problem With Internet Explorer that I do not have in Chrome and Firefox

In Internet Explorer it appears to me: Access denied in this scope: $scope.login = { "user": window.localStorage.getItem("username"), "check": window.localStorage.getItem("valor"), "lingua": window.localStorage.getItem("lingua") } Thi...
asked by 15.03.2016 / 18:46
1
answer

Error creating table with angular js

I'm trying to replicate an example I found on the net to create a table with angular js. But this is returning the error of the link: link function consoleLog(type) { var console = $window.console || {}, logFn = console[type] ||...
asked by 07.04.2016 / 16:59
0
answers

Create routes for a single API google Maps API

I have a problem, the problem is the following, I made a request via HTTP I got the JSON data and loaded it inside a for so I was able to load all JSON points into the map: var get = function(url, callback) { var xhr = new XMLHttpReque...
asked by 06.03.2016 / 17:13
0
answers

doubts with passwords

I'm creating an application using MVC. On the server side, I'm using C # / Asp.net MVC, on the client side I'm using html / angular. On the server I have a method called Authenticate, which receives the email and the password, to search the b...
asked by 28.02.2016 / 16:38
1
answer

ionic + AngularJS error list item

I made a list in the ionic that returns some values, but when I click on the list to show these values completely, I can not recover ... My controller: app.factory('services', ['$http', function($http) { var obj={}; obj.getPesso...
asked by 20.02.2016 / 13:10
0
answers

ionic-datepicker - How to render after $ http?

Good afternoon. Next ... I'm not sure if my question is about Ionic or AngularJs. I'm implementing the code below $scope.datepickerObject = { titleLabel: 'Escolha a Data', //Optional todayLabel: 'Hoje', //Op...
asked by 23.02.2016 / 19:35
1
answer

Dropdown Asp.net MVC

I would like to do two dropdowns in a view, I do not want to do these dropdowns through the model in the view because each dropdown is of a different class. I made the dropdowns with angular.js only because I could not get the values when sub...
asked by 23.02.2016 / 18:42