I have a problem with my application.
When I use ng-repeat of angularJS to create a table, and in that table there is input , and in that field input , it is filled with a value.
It also has a SAVE button, where i...
I have a problem that seems to be simple, but it has taken me a long time looking for possible solutions and so far I have not been able to solve it.
I need to select the contents of an Input in an HTML form with Bootstrap when receiving focus...
I need to check if my xx-chip directive is inside a link. I can not use jQuery in this application, only Angular.
<a href>
<xx-chip></xx-chip>
</a>
Thank you.
I'm trying to open the database in SQLiteBrowser, but I can not find the created file.
I used the command: window.openDatabase
The alias I gave is "my.db" but I can not find it anywhere.
In what folder does the Ionic / AngularJS create...
Hello,
I'm a beginner with AngularJS.
To insert and delete new fields, this is ok, see the fiddle:
link
I need to load the page and not have all the content inside the jumbotron div in the DOM
<div class="jumbotron">
<bu...
Hello.
In my index.html I have this
<div ng-include="'graficos.html'">
</div>
In graficost.html I have this:
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<di...
I have an icon in the nav-bar that should or should not display the toggle's true / false position. Testing in the view works perfectly but the result does not work in the nav bar. Both pages use the same controller.
index.html - nav-bar...
I have to pass an array of objects to an angular directive, but I have the error below. How do I solve it?
angular.js:12330 Error: [$parse:ueoe] Unexpected end of expression: [{
http://errors.angularjs.org/1.4.3/$parse/ueoe?p0=%5B%7B
at an...
I was reading a project on gitHub from cordova email plugin and I did not understand how it installs.
It gives you the option to download the files, and then asks you to put that line in the xml.
<gap:plugin name="cordova-plugin-email-comp...
How to work with AngularJS $ http service in a synchronous way?
In this case I am using AngularJS + Laravel and 3 tables to save a questionnaire (in which an evaluation has several questions, and each question has several items):
evaluat...