Questions tagged as 'angularjs'

1
answer

Extract data from a db mediate angularjs and ajax

I am trying to extract the data from a table in my db using ajax and angular. Do a CRUD with MVC using asp.net and entity framework, the CRUD does not have any problem, but when displaying a data saved with angular no does not return anything I...
asked by 21.04.2018 / 22:10
1
answer

Service AngularJS returns me Undefined in return!

I have tried every possible way to change the order of the code, but the same thing happens again and again, I'm getting frustrated, I would like to know why it returns undefined so I do not run into this problem again, I've done the tests to kn...
asked by 09.02.2018 / 18:24
1
answer

Send view parameters to the controller With angularjs

DropDownList was created by the framework @Html.DropDownList("IdPais", null, "Seleccione un país", htmlAttributes: new { @class = "form-control", id = "SelectPais", onchange = "SelPais()" }) This form sends me the id that I need to the c...
asked by 29.01.2018 / 15:00
2
answers

angular server

Hi, I am practicing with angular creating a web together with PHP as Back in separate environments (servers), PHP in Apache offers an API, and for now angular in my PC that reads that API (with ng server ). up there well But now I want...
asked by 06.03.2018 / 19:17
2
answers

Where I find the Angular Documentation 4.4.6

I need the Angular 4.4.6 documentation since the one shown in the Angular page is Angular 5.0.0 . If someone knows where to find it, share it.     
asked by 03.11.2017 / 16:28
1
answer

Is it necessary to import md-autocomplete in Angular 1.5.8?

This is my first project in AngularJs and I'm trying to create a filter with the md-autocomplete field but nothing appears on my page. When writing the label I do not appear in suggestions the package md- as if what happens to me with ng- or...
asked by 18.10.2017 / 17:06
2
answers

Error Threshold 5000 records Sharepoint Online 2013

I have an application developed in angular and I use Sharepoint Online 2013 to save and consult data. I have the following block of code. vm.liberadosGridOptions = { dataSource: new kendo.data.DataSource({...
asked by 11.09.2017 / 21:23
1
answer

I have an error with [(ngModel)] in an ionic 2 application

I have an error and I do not know what is wrong My code is as follows: Html <ion-col col-12 class="informacion flex" *ngFor=" let edad of edades; let i=index "> <ion-input class="" [(ngModel)]="edad" type="text" placeholder="...
asked by 19.09.2017 / 05:22
1
answer

Divide 2 values taken from the Json with AngularJS

I have another problem that I do not know how to do it. I have a Json with several data and I have to make an average between 2 json data angular.module('playersApp', []).controller("AllPlayerssCtrl", function ($scope) { $scope.players = [...
asked by 22.08.2017 / 01:13
1
answer

Get a listing given an identifier in agularjs with api rest

Good evening I am developing an application with angularjs using rest services and perform a method to obtain a list of visits from a specific person for which I pass the ID number And I should return the list but it does not do so where is the...
asked by 10.08.2017 / 04:57