Problem with output from modal $uibModal :
var modalInstance = $uibModal.open({
animation: true,
templateUrl: 'detalhes_leitura.html',
controller: 'ModalController',...
I'm making a Chart.js in angular and I need to put the percent (%) at the end of each tooltip where it shows the value in the chart.
Follow my chart code:
Html:
<canvas class="chart chart-doughnut" chart-data="vm.data" chart-labels="v...
I need to change the background color of the page when I mark the checkbox and go back to the original color when I uncheck it, I only got the 1st step and can not return the original color, someone help.
<body ng-app='turma' ng-style='...
I have an input on my date form. Whenever the user modifies the date, it will be updated in Django and will return another date.
When the user enters the screen, I already bring the date as follows: 1996-10-01
Input
<input ty...
The bug is as follows, I have 2 checkboxes , the first one is automatically dialed, the second checkbox has the tag ng-change that calls a function in controller , the problem is, when I turn on the second checkbox...
I have this method in my controllerJS script and would need to use the response of this method on another controllerJs.
How do I do it?
app.controller("loginController", function($scope, $http, $location){
$scope.usuarios = {};
$s...
My problem is in trying to put information in the title, in the description or swap the page image by java script.
I am trying to make a shopping page (e-commerce) with angular and on the product page I would like to modify the title, descriptio...
I'm working on a resume feature where basically the user will click on their radio button in which he has experience. The problem is that for a list that will come from the backend , which is now static, checked is not working, ev...
I'm trying to compile my application, but it gives the following message:
> cordova build android --debug
× Running command - failed!
[ERROR] An error occurred while running cordova build android --debug (exit code 1):
Running com...
I need to select more than one option in my select or something like it, is there a possibility?
<select ng-model="modelcompraevenda.filial" class="form-control" >
<option ng-selected="data.unit == 1" ng-selected="true"...