Questions tagged as 'angularjs'

1
answer

Save data clicked on a JSON

I am creating a simple application in AngularJS, the application is summarized in 3 pages: Device: Where the person chooses the device Plans: Choose the plan related to the device Final file informing name, email, telephone and etc ......
asked by 22.01.2018 / 20:23
2
answers

How to capture status rendering (pending) to svg not loaded on the screen?

I have an avatar that mounts with SVG files, the problem is that it gets disassembled before status 200. How could I capture the status (pending) only after it loads displaying the avatar? Example where the avatar hair is rendered in the HTM...
asked by 22.01.2018 / 20:26
0
answers

Partial View does not load controller of Angular js

Next: I have an index.cshtml that contains Header and Footer attached to a controller1. The idea is to call some partial view through the menu and load it into the div: <div><ng-view></ng-view></div>. An...
asked by 22.01.2018 / 20:14
0
answers

Use an angularJS filter to retrieve all items

I have a table that filters by rating: relevant or non-relevant . Each row in the table has a ranking column. I can filter a good one for each of the ratings. My question is how to put an option so that it returns everything from both class...
asked by 26.01.2018 / 18:27
0
answers

Restrict route parameter with ng-route

How to restrict the character type sent per parameter in angularjs routes? In the case below, the person could only enter numbers: $routeProvider .when('/atividade/:atividade/:secao/:edicao', { templateUrl: PATH_DI...
asked by 26.01.2018 / 16:14
0
answers

How to add more lines to the flexslider carousel?

Look at the example below, it is displaying 3 items per slide, I would like to know if you have any flexslider functions or some other way that adds more lines to it, leaving it with 3 rows of 3 items, displaying a total of 9 items per slide....
asked by 24.01.2018 / 17:25
1
answer

AngularJS: Get input value in keypress

I'm already detecting when the user presses enter on input , but how can I capture the text that he typed? HTML <div ng-app="Insidetv" ng-controller="ListaController"> @foreach($listas as $lista) <input value="{...
asked by 21.01.2018 / 16:55
2
answers

Download Zip Files through blob array

I have rest in java where I get a byte[] of a ZIP file. If I access the API URL through the browser, the file is usually downloaded without error. But if I try to download the file through an implementation using new B...
asked by 21.01.2018 / 13:32
0
answers

CSS not loading right, but I give F5 and loads normally - Angular 5 with Material

Hello, I am creating a system with Angular 5 along with the Material (CSS), but I have the following problem in my project: When logo on the system, CSS is badly loaded (image below). ButwhenIgiveF5,thescreencorrectsaccordingtomyCSS:...
asked by 10.01.2018 / 16:38
1
answer

Create and maintain a loadbar while a function is called

I need to create a loadbar and leave it active until the function is finished. Can I do this in the angle? $scope.getPosts = function () { $http({ method: 'POST', url: '/getPosts', }).then(function(response) {...
asked by 24.01.2018 / 14:23