Questions tagged as 'angularjs-scope'

1
answer

Update tbody when selecting option in ng-options

I need to update a div after selecting the option in ng-option. Controller.js $scope.prop = { "type": "select", "name": "Service", "value": "CDI", "values": [ "CDI", "IBOVESPA"] };...
asked by 08.11.2018 / 12:47
0
answers

Use the NgSwitch function inside php masi at once

            selection={{selection}}             Settings Div       Home Span       default            (function (angular) {   'use strict'; angular.module ('switchExample', ['ngAnimate'])   .controller ('ExampleController', ['$ scope', fu...
asked by 22.10.2018 / 20:53
0
answers

Angular No Heroku Does Not Access URLs Typing

I would like to ask a question, I am doing a soft with Angular 5 and Restful WebService when I test local I can access the URLs normally directly when I try to do this with the application in Heroku does not work, it only works things out when i...
asked by 19.02.2018 / 03:45
2
answers

angular filter with ng-repeat giving strange error

I'm having trouble using a filter in conjunction with ng-repeat. I have an event json where I want, when selecting an event type in select, the filter returns a new json with only events that have the event type chosen, this is my code CONTRO...
asked by 12.05.2016 / 20:09
0
answers

Using angular and ionic, how do I traverse a vector by adding a variable of an object?

I have a vector of objects with prices, product name ..., after the customer has clicked on a product I move it to another list, from ordering, after being done this needs to cause me to add the prices of list products and return me a total each...
asked by 13.04.2016 / 16:14
1
answer

Access an attribute from another module

I need to update the values within the message policy through the maintain-provider-form directive, both of which are within the maintain-provider policy. It's possible ? If so, how do I do this? keep-provider.html <cabecalho-interno ent...
asked by 27.10.2015 / 18:50
1
answer

$ modal.open (), problem with declaration of parameter "controller"

I'm trying to open a modal through the view, by the showModal () method, the problem is that I get an error regarding the "editCrtl" controller declaration, which is very strange, since it is already loaded in the index and is perfectly created...
asked by 09.08.2015 / 02:27
0
answers

Synchronization problems when sharing objects with Factory and $ watch

I'm trying to make a listing of places by neighborhood. This data comes from different URLs: www.example.com/api/lugares/bairro/1 www.example.com/api/lugares/bairro/2 ID of the neighborhood is generated in a control...
asked by 15.11.2014 / 05:15
1
answer

Angular ErrorJS

Hello, I'm applying the following function in my AngularJS controller: $scope.cancelChanges = function() { $scope.name = $scope.namebackup; $scope.$apply(); }; However, when I run $ apply (), it shows me the following...
asked by 07.04.2014 / 15:15