Questions tagged as 'angularjs'

1
answer

Problems when it detects the functions of my controller

I am trying to make a Menu (with first, second and dessert) and I would like to enter a input to enter a new dish in the array I created (to show it with ng-repeat ). It seems that I do not fit into the functions that I be...
asked by 17.01.2017 / 19:19
1
answer

wait time for the components to load and show page

Hi, I'm working on angularjs in a project that has included TWINESOCIAL in which I show social networks, this I have it in a section in the view: <div class=""> <script id="twine-script" src="//apps.twinesocial.com/embed?app=pron...
asked by 05.01.2017 / 21:03
3
answers

ng-repeat and repeated values

I have the following code: var options = ["option1", "option2", "option3"] <div ng-repeat="fir in getTimes(3)"> <select ng-model="spAnswer[$index].importance"> <option ng-repeat="option in options" value="{{option}}">...
asked by 25.01.2017 / 11:31
1
answer

add class css to ng-mouseenter in angularjs

I have a simple question it is possible to add a css class inside ng-mouseenter="myclass" that is when I pass the maouse by the image that a css class applies. Greetings.     
asked by 28.12.2016 / 01:35
1
answer

How to make a $ scope of location with geodjango, django and angularjs

How to make a $ scope.cities because I do not get it in PHPStorm I get an error of "Expression statement is not assignment or call" and I do not know what the error is /** * Created by gamba on 20/10/2016. */ var app = angular.modul...
asked by 07.12.2016 / 22:48
1
answer

Consultation about ionic and bd without internet

My query is the following one, I want to make an app in ionic that allows to send reports of x type to a server rest, well the server works with a bd mongo, here once I have the reports I can do anything, but that happens if the android device w...
asked by 09.12.2016 / 04:19
1
answer

Does not show value in ng-repeat

I have the following: <div ng-repeat="(key, value) in result"> {{value}} => ESTO LO MUESTRA <input type="radio" name="rGrpLab" ng-model="rGrpLab" value="key"> </div> {{rGrpLab}} => ESTO...
asked by 01.12.2016 / 12:48
1
answer

How to call function from another function, with ng-click?

var vm = this; vm.dt_data = []; vm.item = {}; vm.edit = edit; vm.dtOptions = DTOptionsBuilder.newOptions() .withOption('initComplete', function() {...
asked by 28.02.2017 / 01:17
1
answer

change transitions when switching ionic view - angle [closed]

good community, does anyone know if you can change the style or type of transaction when passing each view? I mean the elements ion-view , and if it is possible that in android show the normal animation and in ios show anothe...
asked by 13.01.2017 / 18:09
1
answer

Dynamic ID in angularjs

Hello, I have this following switch: Which is generated dynamically and is composed of the following code: <div ng-repeat="model in modelo_final"> <div style="float:left; padding-right:100px;"> <div class="can-t...
asked by 20.12.2016 / 15:07