Questions tagged as 'angularjs'

1
answer

Create a pie chart with html and angularjs

I would like to know how to create a graph (eg pie) from the data of an array with html and angularjs. An example would help a lot. Many thanks.     
asked by 26.08.2017 / 01:03
1
answer

How to get the current font size in css and increase [duplicate]

Good morning, can anyone help me give me a hint on how to get the current font size so I can increase it afterwards? ps: I'm using angularJs for functions!     
asked by 21.08.2017 / 19:24
1
answer

Angular 1 reading JSON cross-domain

I'm having a little problem with angular and wondered if anyone can help me, I was asked the following task to make a shelf from the products of an external JSON (where you have all the info of each product). const API_URL = '/caminho/para...
asked by 12.08.2017 / 06:17
1
answer

Error: $ injector: modulerr Module Error - I can not resolve [closed]

I've been struggling with this error for a long time and I do not find a solution, I'm counting on someone to help. Single file. For unsuccessful testing. <html lang="en"> <head> <meta name="viewport" content="width=dev...
asked by 11.09.2017 / 15:43
1
answer

Is it possible to use the W3C validator for sites built in Angular.JS?

I have a project, which was done in Angular.JS. When I launch the project in the W3C Validator I get several errors that I would not have how to deal with. For example: Attribute Errors: ng-controller | ng-cloak | ng-mo...
asked by 05.09.2017 / 15:03
1
answer

How to make notifications the same as Facebook? AngularJS or JavaScript [closed]

I'd like to include notifications in my app. The app will be in Ionic, AngularJS, jQuery, NodeJS ... is there a way for the app to run a function at every X time? This function would give a get in NodeJS ...     
asked by 21.10.2017 / 23:13
1
answer

How to leave a clickable pie chart

My question is how do I make a pie chart clickable. Type, invoke a function to filter a list from the click on one of the chart part. I'm currently using Angular-nvd3 , but I could not, even with the material , subsidies to manipulate as I ne...
asked by 15.09.2017 / 01:41
1
answer

Change 'class' when changing view

I'm using bootstrap and angular I have a nav: <ul class="nav nav-tabs nav-justified" ng-model="activeVar" style="margin-top:50px;"> <li role="presentation"><a value="overview" ui-sref="main.admin.shops.si...
asked by 02.08.2017 / 13:48
2
answers

Scope of a service

I have a problem with a service of AngularJS , after a query REST using RestAngular with return 401 , I need to be able to call a service method in which it is inserted. The problem is that when calling the same I get the...
asked by 20.07.2017 / 21:34
1
answer

Date field not saved in Spring and Angular database

I am doing a small CRUD and when I save the data the dataTime and DateText fields do not save in the database. PS: I made the debug and the dates are going through the save method. <div class="form-group col-md-4...
asked by 25.07.2017 / 16:06