Questions tagged as 'angularjs'

1
answer

Feedback system in angular JS

I am trying to implement a comment system for my posts in angular js with Laravel . The problem I have is that adding a comment does not add to the list of comments but it eliminates the last one placed in the list and adds the most...
asked by 17.05.2016 / 02:24
1
answer

how to fill a directive fact combo, from angular

I want in a dynamic form to be able to set a value to a Combo (Select), however when the dynamic controls are rendered, the combo, which is a directive, does not preload the value that is sent to it. I would like to know how to resolve this i...
asked by 23.02.2017 / 00:38
1
answer

Get an item using agularjs

Good friends. I'm using angle 1.6 and I've integrated ui-route for views, this is my code in index.html <!DOCTYPE html> <html lang="en" ng-app="app"> <head> <meta charset="UTF-8"> <title>Document<...
asked by 25.02.2017 / 00:14
1
answer

Custom Angular directive to show or hide items in multiple views

I am working with Angular js in a modular application. When a user enters the application, it determines the number of boats that the company has and in the menu view it shows a selector that allows to select one of the boats to manage it. <...
asked by 26.09.2016 / 19:10
3
answers

How to send an arrangement to a web services in angularjs?

Hi I am consuming the data of a web services with JSON and the problem is that I am doing the same request twice because id_servicio contains two numbers in an array (38 and 39) and these return me different data. (they are different branches) f...
asked by 26.09.2016 / 19:15
1
answer

I can not delete my ionic browsing history

I inject the modules in the app.js, which is the main one, but when I want to add the HistorialApp driver inside any of the templates in the menus, there is an error , or it does not load the view of the corresponding menu. Libraries on t...
asked by 14.03.2016 / 22:01
2
answers

jquery function runs first than the DOM

I am working with AngularJs and I have a code in jQuery that should be executed once the DOM is loaded, but I realized with alert () that .ready appeared before the view was ready and therefore the code could not be run, does not give err...
asked by 22.03.2016 / 02:29
1
answer

How can I remove the hash from the url in angularjs

I'm in a project that uses mvc 4 and angular. I have a problem with angular: I'm in the login screen and after logging in I want to use $location.url('/Home/Index'); to redirect  to the main page of the system but it does not work f...
asked by 23.08.2016 / 19:24
0
answers

Problems When redirecting page with angularjs in IE

I have the following script to redirect to the page I want if (!window.location.origin) { window.location.origin = window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location...
asked by 15.11.2018 / 20:52
1
answer

AngularJS unknown provider $$ cookieReaderProvider

I am trying to use the ngCookies of AngularJS, but when I run my project I get the following error: [$injector:unpr] Unknown provider: $$cookieReaderProvider <- $$cookieReader This is an example of my code var ole_no_ldap = angular....
asked by 23.02.2016 / 00:31