Questions tagged as 'javascript'

2
answers

How to change the class of a: after in angularjs using ng-class?

I have a div with an after and I would like to change the background color of this after dynamically via controller, however I am not succeeding when importing ng-class into the parent div. <div class="infos" ng-class="myController.infoBlue...
asked by 05.08.2015 / 21:28
1
answer

Beginner with firebase

I want to implement the firebase in my application (ionic). WhenItestamessage:  Unknownprovider:$firebaseArrayProvider
asked by 27.10.2016 / 18:53
2
answers

FullCalendar: chmar an external file Json

Good afternoon, I'm trying to load an event into FullCalendar. The problem is as follows $(document).ready(function() { $('#calendar').fullCalendar({ header: { left: 'today', center: 'prev, title, ne...
asked by 01.11.2016 / 19:21
1
answer

Random site theme with change every 30 minutes

I need my site to change the theme randomly every 30 min. So the logic would be: User enters the site now and sees it in blue (which is standard), but if this same user comes back in 30 minutes he should see the site in one of the other two O...
asked by 31.08.2015 / 01:59
1
answer

Display Local Bank data on the screen, Ionic

The function that makes select and throws the data to result is this: $scope.queryAndUpdateOverview = function(){ f_Select("SELECT * from cadastroPessoa",[], function(results){ $scope.dados = results;...
asked by 28.08.2015 / 20:09
1
answer

Build javascript modules, how to package (modules)?

I'm using require js and want to optimize requests by reading documentation in github , I know you can set up a task in Grunt to concatenate my modules plus I'm a bit confused on how to set up this task and how exactly it will work. Structu...
asked by 31.08.2015 / 03:13
1
answer

Resize Canvas Chart

I'm using Chartjs and got a Radar chart . Home See the code below: I also have this fiddle . var radarChartData = { labels: ["Item1", "Item2", "Item3", "Item4"], datasets: [ { label: "Linha1", fillColor: "rg...
asked by 19.08.2015 / 19:35
1
answer

How to make a 28 day calendar!

Next, I need to make a 28-day calendar with the following criteria: Every month should start on the first day on Sunday, so it will format the rest of the month. It is necessary next to the calendar to go the number of the week, for exampl...
asked by 29.08.2015 / 21:24
1
answer

Store form data temporarily before writing to the database

How do I store data on a form temporarily before inserting into the bank? I have a form with a set of fields. After the user populates the field set, you have the option to add one more set with the same fields to insert new values. I would like...
asked by 27.07.2015 / 15:37
1
answer

Modal bootstrap MVC 5

I'm trying to use the modal of Bootstrap , but I can not make the window open in modal form with the page style, instead it opens as a page with no style and using the whole frame of the browser. Following page code: @model MyApplic...
asked by 23.07.2015 / 21:00