Questions tagged as 'angularjs'

1
answer

ngResource removes the / final

I am learning
asked by 21.08.2016 / 02:28
1
answer

Save function value base64 in array?

I am working on an application in ionic framework and I need to send the following object by $http by post method. $scope.project = { name: '', description:'', location: '', imgs: {}, video: '' }; I ha...
asked by 20.08.2016 / 08:44
1
answer

Super put a marker on a map with layer

I have a map with this And I want that when clicking on a marker, an opaque gray layer appears, but the marker is superimposed, something like this. The layer I put it with css <div id="map" style="width:100%; height:93vh;"&g...
asked by 05.08.2016 / 23:16
1
answer

How can I pass data through ui-view (ui-router)?

I'm using the nested and named views of ui-router. What I want to achieve is to be able to pass a data from the div that invokes a template to the template itself. Something like this: <div ui-view="inputtext" data-value="0"></d...
asked by 05.08.2016 / 17:45
1
answer

What am I doing wrong? I have this JSON.parse error: unexpected character at line 1 column 1 of the JSON data

I'm doing an exercise with PHP and Angular JS, the complete error is this: And I vote just when I'm making a query, I use a controller.js and two php, one is read_products that serves as an intermediary and the other is products, in whi...
asked by 09.08.2016 / 19:44
1
answer

Error: [ng: areq] Angular chart js

I'm doing some graphics with the Angular chart js library, I've tried with the examples I found on the page and it works correctly but when I try to make two graphics on the same page I get the following mistake Error: [ng:areq] http://errors....
asked by 11.08.2016 / 04:10
1
answer

replace object value in angularjs

Hello, I need to use the id I send from the view, the code of the switch is this: <div ng-repeat="model in modelo_final"> <div style="float:left; padding-right:100px;"> <div class="can-toggle demo...
asked by 20.12.2016 / 20:52
1
answer

Assign value in ng-include, without using the ng-click event?

In a controller B ("templates / menu_lateral.html"), I am generating dynamic content, in itself, I am generating a list and I add an ng-click and the class ".items", and from another controller A, It does not seem to recognize the function. i...
asked by 09.09.2016 / 20:11
2
answers

How to Create an Edit View in AngularJs

How could I do that by clicking on the Edit button, I could open a form where I filled out all the data to edit the company that appears in the table ??. In the query I only show 6 Basic Data but in reality they are more and I would like to show...
asked by 26.07.2016 / 16:00
1
answer

$ http.get Authorization Angular Error

Send the request as long as I do it without the header, once I put the header I get an error getMark : function(){ var tokenId = 'tok ' + sesionesControl.get('token'); //tokenId me regresa el token registrado......
asked by 11.06.2016 / 01:51