Questions tagged as 'angularjs'

1
answer

Add Modules in AngularJS

Hello to everyone (I need to use Bootstrap but it seems to generate conflicts with AngularJS so I was researching and recommend using UI-Bootstrp which is done in only with AngularJS) so I'm trying to implement this Module angular.module...
asked by 09.02.2018 / 17:44
0
answers

How to call a function between angular components?

First of all let's talk about the implementation, I'm using Angular in its version 1.6, and I'm starting to implement the use of the components. I am creating a single page aplication and I am using components to divide the tasks. I also...
asked by 23.01.2018 / 20:44
1
answer

Put background image on all the pages of my project

I need to modify the main template of my project in ionic 3 to be able to put a background image to all the pages of my project I'm working under Ionic CLI 3.19.1 thanks     
asked by 22.01.2018 / 16:07
0
answers

Disable dynamic select within ng-repeat with $ index

I have a problem for days is that I have some select that are within a ng-repeat. I need to select one to deactivate the others but I have not achieved this with anything. The select are within a ng-repeat which to be able to differentiate th...
asked by 16.01.2018 / 16:55
0
answers

Position scroll on the page and not on the Angular Dialog-Material

How can I make the scroll of dialog of the page and not the dialog , I think it can be done with css , but I've tried not to achieve a solution. <html lang = "en"> <head> <link rel = "s...
asked by 12.01.2018 / 20:31
0
answers

owl-Carousel 2 is loaded several times and then the data load in the slider is slow

I'm working an app with angular, I'm using owl-carousel and I'm using the directive of owlcarousel that allows you to initialize the slider once the last data with ng-repeat is loaded. app.directive("owlCarousel", function() { retur...
asked by 22.01.2018 / 20:35
0
answers

Download object as file in AngularJS

Good evening! I am creating a component in Angular, to which I pass a text in a certain format and convert it to JSON format. So far so good. The point is that now I want to press a button, I downloaded the previously created object as a JSON fi...
asked by 27.12.2017 / 02:42
0
answers

Refresh first firebase field

// Initialize Firebase var config = { databaseURL: "https://visit-hotels.firebaseio.com", }; firebase.initializeApp(config); var app = angular.module("nowtimereal", ["firebase"]); // this factory returns a synchronized array of nowusers app....
asked by 08.01.2018 / 18:53
2
answers

transitions does not update model in view

Dear, I am using $transitions to identify since $state is reaching a certain one. $transitions.onSuccess({ from: 'trabajos/nuevo_trabajo' }, (trans) => { cargarDatos(); }); var cargarDatos = function(){ nuevoVehiculo...
asked by 27.12.2017 / 14:23
1
answer

Error consuming JSON. RESTful Angular app.js

I have the following project, quite simple, that consumes the following JSON object obtained from a local web service. {"nombre":"Miguel","id":1,"profesion":"Desarrollador"} My app.js is like this: $(document).ready(function(){ $.ajax...
asked by 03.01.2018 / 14:06