Questions tagged as 'angularjs'

1
answer

How to use angularjs ng-click function returning from a php html?

I have a mobile app and I have content to be listed through php using ng-bind-html what goes on and that within php in html I want to call a function of a controller that I have but does not work liked to know how I can solve and w...
asked by 03.10.2015 / 19:09
0
answers

Using ng-view and routeProvider does not render the partial html

I'm starting at AngularJS and I can not make routes with $ routeProvider working at all. I've tried several attempts to solve it on google and none of them solved my problem. Simply the partial is not loaded into the ng-view of index.html....
asked by 02.11.2015 / 22:19
1
answer

Problem with checkbox in selection

I'm using checkbox on a table with angularJS that is malfunctioning, there are 2 checkboxes that are on top of the table (to select all), and that of each row. When I select the one from each row, I call a function that adds the object to the ob...
asked by 23.10.2015 / 15:08
0
answers

How to define a simple checkbox?

People would like to know how to leave the checkbox of this grid with a default template. example: link <!doctype html> <html ng-app="app"> <head> <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4...
asked by 10.09.2015 / 14:10
1
answer

Send data to another tab via the "ion-option-button"?

How can I send data from one tab to another tab by clicking on the "ion-option-button" component? This target tab will have a form, the intent is to edit the data contained in a "". Data for display I could do through: '<ion-item class="ite...
asked by 31.08.2015 / 16:40
0
answers

$ scope does not visually refresh the data I fill in with JavaScript

I'm filling my $scope via JavaScript using the following code: myApp.controller('gruposController', ['$scope', '$http', '$window', 'usuariosFactory', '$timeout', function ($scope, $http, $window, membrosFactory, $timeout) { // C...
asked by 18.10.2015 / 21:31
3
answers

Access objects other than a Json with AngularJS

I need to list all the "posts" of this Json, but I'm not sure how to access this. I'm trying like this: ng-repeat="post in posts" but it returns me only one information, since I need to access the "posts" object. I already tried to use...
asked by 26.03.2016 / 19:57
1
answer

Angularjs with Guid in Asp.NET MVC

I am using AngularJs for the first time and I would like to know why this is not possible, I notice that during the debug, there are several Parse errors inside the min.js of the angular, I believe that is why the type I am passing for his contr...
asked by 31.07.2015 / 23:28
1
answer

Bug or implementation error with ng-if on Ionic?

I've created a list where I need to show whether an item has already been read or not, so I check a variable with the ng-if directive. However when the item is opened, and then returns / navigates back to the list, there is no change in the list...
asked by 20.08.2015 / 19:32
1
answer

Problem with get date in angular js

Good evening, I'm trying to fetch php data through Angular.js but it is not working. When I click on the category it does not open the next page where the data will be shown. PHP <?php header('Content-Type: application/json');...
asked by 09.07.2015 / 01:23