Questions tagged as 'angularjs'

1
answer

Use of ng -if and angularjs

It turns out that I have this switch generated dynamically with ng-repeat : <div ng-repeat="model in modelo_final"> <div style="float:left; padding-right:100px;"> <div class="can-toggle demo-rebran...
asked by 21.12.2016 / 13:56
2
answers

Problem with Accordion Bootstrap plugin

Well, I have a page that I'm doing with Bootstrap and AngularJS for the front-end and I generate several accordions on the same page dynamically with a ng-repeat . The problem is that when I click on the names of the tabs to...
asked by 09.12.2016 / 08:30
1
answer

How to detect if an object $ error of AngularJs forms is empty?

I need to deactivate a botton with ng-disabled if there is any error in a form. form(name="myForm", action="", method="post", novalidate) input(type="submit", value="Register" ng-disabled="//I need to get true here") I have tried th...
asked by 29.10.2016 / 01:43
1
answer

Control Checkbox in angularJS

I have a checkbox and I want to control its action from the controller when false or true . here is the Html : <md-checkbox ng-model="checkstate" aria-label="Checkbox 1" ng-true-value="'prioritario'" ng-false-value="'Normal...
asked by 02.11.2016 / 16:05
1
answer

How to make a SELECT FROM WHERE Multiple conditions and use it in angularJS

PHP <?php header('Access-Control-Allow-Origin: *'); date_default_timezone_set("Chile/Continental"); $db = mysqli_connect("localhost", "sam", "", "sam") or die('Error connecting to MySQL server.'); $postdata = file...
asked by 09.11.2016 / 15:29
1
answer

Angular Js + MVC .NEt

I'm starting with the issue of Single Page Applications with MVC from .Net, and it has become difficult to solve the dependencies, I've taken the example of the page link and everything is fine, until I use ui.bootstrap components, the point i...
asked by 18.10.2016 / 01:06
1
answer

ng-change AngularJS

Inside a select tag I have a list of numbers (minutes) which, when selected, shows as a result a new list with a range of hours between 08:00:00 and 09:00:00 for example if the number 10 is selected the list to be displayed will have the foll...
asked by 17.10.2016 / 02:45
2
answers

Error when executing in localhost

I'm trying to make a mini application in angular but I get an error when executing it. My controller: var app = angular.module("pacientesApp",[]); //controller app.controller("controladorPacientes", function controllerPacientes($scope, $htt...
asked by 25.09.2016 / 15:26
1
answer

How to implement ng-show in a self-complete angularjs

Hello everyone I have this autocomplete of material and I want to get that when selecting an item my label <p> is displayed: <div class="resumen" ng-cloak> <md-autocomplete md-selected-item="selec...
asked by 01.11.2016 / 16:03
1
answer

problems with cordova camara ionic

Friends I'm trying to use the camera with ionic this is the controller for the camera but when I run it, I get the error: ionic.bundle.js: 20434 ReferenceError: Camera is not defined and I have removed the plugin platforms and nothing. what can...
asked by 02.10.2016 / 21:31