Questions tagged as 'angularjs'

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
1
answer

Problem with TweenMax in AngularJS

I am developing a project and the animations with the TweenMax library do not work for me, I do not know why, I am waiting for your help. Below I leave the part of the code that produces the error. This is the .html <div id="header"class...
asked by 21.06.2016 / 15:56
2
answers

Share a json data using only a $ scope

Hello StackOverFlow members. This is my code. var app = angular.module('app', []); app.controller("ctrl", ['$scope', '$http', function ($scope, $http) { var promise = $http.get("url1") .then(function (response) { co...
asked by 20.06.2016 / 04:54
1
answer

Directive with controller and parameter in Typescript

I am using Typescript 1.8 + angularjs v.1.5.8 I have a directive that I want to call like this: <div mi-directiva mi-parametro="ctrl.Objeto"> </div> My directive is declared as follows: export class miDirectiva implements n...
asked by 14.09.2016 / 17:29
2
answers

Error PATH? NODE NPM! install but can not find it when executing

Hi, I have a big problem with mac osX I have installed node 6.5.0; npm 3.10.3 and when installing any dependency such as bower, install it in a hidden folder on my desktop: The problem in the case of bower is that when wanting to...
asked by 14.09.2016 / 18:15
1
answer

Use ng-repeat to show the days in calendar form

Trying to migrate a code to Angular which I have done in jquery , which is a calendar with integrated datepicker. The problem is that you have to take into account the following: If the first day of the month falls on any day that is...
asked by 13.06.2016 / 17:47
2
answers

convert longitude and latitude to geographical direction

Friends I want to convert the longitude and latitude that I get with this code to geographical address .controller('CtrlUbi', function($scope) { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position)...
asked by 27.09.2016 / 05:44
1
answer

Implement Adword Conversion with AngularJs

I must implement in a project developed in AngularJs the conversion of Adword to know when a view (vista.html) was visited. I have the following code that I must implement but I do not know how to do it: goog_snippet_vars = function() {...
asked by 01.04.2016 / 04:22
1
answer

How to change the language to my website with angularjs? [closed]

How can I change and, with that, the language of my page either with a language selector or automatically all the text, to the selected language. I have seen that .js or Locale language files are downloaded with angle, but only changes some p...
asked by 22.07.2016 / 06:09
1
answer

How to correctly display the Bootstrap style in DataTables?

The style is not applied correctly on my page, I am sure of the order I gave to the CSS and scripts styles. But even so they still do not work even if I base myself on the same examples of the Angular-Datatables page. As you can see in th...
asked by 18.03.2016 / 20:32