Questions tagged as 'angularjs'

1
answer

Call a ng-click function within a directive

I have the following problem, I have created the following directive: appController.directive('erCustomerror', function() { return { restrict: 'E', scope: { clickOn: '&', textoVariable: '=texto'...
asked by 03.09.2016 / 19:46
3
answers

How to get cookies with angularjs from the server's http response

I wanted to consult the following, I have an application that uses CORS, and I need to obtain the cookie that the ws of the web api return to me. Observing in the browser I see that the cookie goes in the header as Set-Cookie. I already probe wi...
asked by 07.11.2016 / 23:11
0
answers

How to hide in this case the top bar of a pdf viewer?

This is my controller if (!response.CodError) { $scope.datosImprimir.Resultado.PDF = response.Valor; $scope.contenido = $sce.trustAsHtml('<embed width="100%" alt="pdf" src="data:application/pdf;base64,' + response.Valor + '" class="...
asked by 29.08.2016 / 17:34
1
answer

Problem getting ng-model value with Onsen Dialog

Good morning, I've had a problem with Onsen UI for a long time, specifically the Dialog component. It seems to be a scope problem of the Scope or Controller. For example: app.controller("MainController", function($scope) { $scope.showEditD...
asked by 05.07.2016 / 18:20
0
answers

Return to my default selection with AngularJS

I have a select that contains several options that are hidden but are shown according to which one is chosen, for example, when selecting the option Level 1 the option Level 2 is shown and when selecting the option Level 3 the options are shown...
asked by 06.07.2016 / 22:03
1
answer

Show and hide the options of my select with angularJS

I present my problem: I have a dynamic form, this has several fields and among them I have a selection that has the options: chapter, subchapter, level 1, level 2, level 3 and level 4, every time I select an option of this select a new one is cr...
asked by 23.06.2016 / 21:14
0
answers

Angular Problem.js with input when using ng-model & ng-change in the same input

I have a problem when I try to use an ng-model together with an ng-change in an input it gives me the following error => Error: [$compile:ctreq] Controller 'ngModel', required by directive 'ngChange', can't be found! Code <div class...
asked by 24.08.2016 / 14:57
0
answers

Is it possible to make a ng-repeat run again when updating data?

I have an app in angular but I have the next mess. The menu of the app is blank and after logging in it calls a function that brings the menu enabled for the user. The problem is that the menu is not updated, it is as if the ng-repeat did not...
asked by 03.08.2016 / 00:25
0
answers

Error in Chrome with bootstrap carousel

Greetings I am trying to make a bootstrap carousel with multiple items in angular. The funny thing is that it works in Internet Explorer and Firefox but in Chrome it does not work. in Firefox and Internet Explorer: in Chrome: I do...
asked by 03.08.2016 / 22:50
1
answer

AngularJS: "angular-update-meta" does not work when sharing URLs on social networks

What happens is that for example, Facebook takes the static metadata from the index.html and not the ones that update angular-update -meta This is my project, you can see the source code, it's not minified: geekmox.com . In the Facebook Shar...
asked by 28.07.2016 / 13:49