Questions tagged as 'angularjs'

1
answer

Error PHP PHP AngularJS

I just uploaded my project to a server, but it turns out that I get a response from the server (Status: 500), this is a short query on my home page regarding the cities:    I have read about it and I have found that it may be because of the  ...
asked by 08.10.2017 / 02:00
1
answer

Angular declare variable in the model

the angular model that I have is export class Page{ constructor( public id: number, public name: string, public id_status: number, public id_menu: number, public position: number ){ } } a...
asked by 24.09.2017 / 08:40
1
answer

Autocomplete Finder AngularJS + SQL SERVER does not show results

I'm doing a search through a DB in SQL Server and AngularJS where at the time of writing you will be suggesting the results (Google type) The problem is that it does not show me the suggested results, I'm doing it in the following way:...
asked by 18.09.2017 / 20:16
1
answer

Error adding Item in function PUSH AngularJs

Greetings! I have the following error, I want to add a new object with the function Push() but I do not enter it correctly, I do not know what may be happening, I am new in angularjs var app = angular.module('simpleTimeline',...
asked by 18.09.2017 / 17:25
1
answer

ng-repeat does not show me the list

I'm starting to learn Angular. make a small example and show me the list: HTML and JS: var app = angular.module( 'flapperNews', [] ); app.controller( 'MainCtrl', [ '$scope', function($scope) { $scope.test...
asked by 13.09.2017 / 19:26
1
answer

$ http.get ('{{path ("error in the path

Hi, I'm new using AngularJs and I can not pass variables to php Silex, if you catch them but when I do the function, the route does not take them Launches this error:    link and when I do it directly with an action    lin...
asked by 19.09.2017 / 08:33
1
answer

How can I clean a Select and set its default value to an angularJs form?

<div class="input-field col s12" style="margin-top: 30px; margin-bottom:10px; "> <select ng-model="formData.estadoActi" name="form.estadoActi"> <option value="" disabled selected >Selecciona la opcion</option>...
asked by 03.09.2017 / 19:21
1
answer

Post php and javascript

Good afternoon. The case is currently as follows. My javascript application with angular will receive a post from a php application, for this I am asked for a url. That url has a similar format: link , however, upon receiving the post, an er...
asked by 17.08.2017 / 20:03
1
answer

how to implement the Datatable in Angular 4

I'm trying to implement the data table in angle 4 and I'm dying in the attempt I do not understand what I'm doing wrong my component: export class ViewComponent implements OnInit{ public title : string; public rol : Roles; // pu...
asked by 14.08.2017 / 03:56
1
answer

Block navigation between folders when viewing a file uploaded to the Server

Good morning community, Well my question is that I have a small problem when viewing a PDF file that I uploaded to the server through PHP, because, if I say I have this URL: repository / Uploads / Files / archive.pdf And if I try to na...
asked by 08.08.2017 / 16:49