Questions tagged as 'angularjs'

2
answers

Can I use an AngularJs keypress inside a div and not an input?

Good morning, I'm starting to make a game that is a 100x100 board on the screen, I want to be able to recognize when the keyboard dates are pressed so that the player moves along the board, I'm using AngularJS, for that there is the ng direct...
asked by 17.04.2017 / 16:28
3
answers

ui.router or express to configure the routes of each view

I am trying to develop an application in full-stack JavaScript. I knew the routing system that offers angularjs based on states with ui.router , but I've seen that nodejs has another system to return views with express depending on t...
asked by 26.01.2017 / 19:07
1
answer

angular.js: 14110 Error: [$ injector: unpr] Unknown provider

Well, my problem is that I do not know why I'm getting this error ... I'm 99% sure that the scripts are loaded in the right order ... and I have another application using the attribute resolve of $routeProvider It works and I do no...
asked by 08.12.2016 / 05:59
1
answer

break cache view true ionic

I load the products in this controller ... .controller('productosCtrl', function($scope, $http, $q, $location, $ionicLoading, Productos) { Productos.productos().then(function(argument, $timeout) { console.log(argument) $sco...
asked by 20.10.2016 / 02:21
0
answers

-ISSUE- AngularMeteor, Meteor or Angular

Hello everyone thanks for reading. I have a question with Angular, AngularMeteor or Meteor. Behaviors: When the result verCandidatos.postulados has only one value (see the first image) it never prints it the first time. If I refresh, o...
asked by 25.10.2016 / 20:44
0
answers

With an angle directive detect when I scroll on several div [closed]

It's something like this but implemented in an angle directive that I do not have much knowledge about angle <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <div class="scrollable" id="co...
asked by 13.02.2017 / 17:22
2
answers

Problem with ng-repeat, bad behavior when applying filters

I have the following problem. When presenting a collection of objects, I need to set a limit of 8 entries. The truth is that using% co_of angular% makes rare things and always brings me a wrong amount and different from the one I want, also m...
asked by 28.09.2016 / 21:22
0
answers

How to format a text stored in JSON? [closed]

when the text stored in JSON is very large and when I call it to show it in the app (to the user) it appears all running without text format, like being able to do it to respect paragraphs and maybe some words in bold, Do I make myself clear? La...
asked by 01.10.2016 / 02:31
1
answer

show product detail when clicking

Good evening friends, I'm doing a shopping cart on ionic and I want to show the detail of each product in a modal at the moment of clicking on its image. This is the code that shows me all the products <div ng-repeat="p in producto |f...
asked by 02.09.2016 / 02:50
1
answer

Avoid going back to the login screen with user logged in Angular-Fullstack generator

I am developing an application with the generator Angular-Fullstack by Yeoman. This framework automatically generates a login with the protocol OAuth . To access the system, it is mandatory to login, so the main page is the login. Once the...
asked by 03.09.2016 / 17:12