Questions tagged as 'angularjs'

4
answers

Problems with Input AngularJS

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...
asked by 22.04.2016 / 21:23
0
answers

How to select field contents when receiving focus?

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...
asked by 19.04.2016 / 15:34
2
answers

How to check in an Angular directive if the parent node is a link?

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.     
asked by 05.05.2016 / 13:55
0
answers

Where is the file: I am developing with Ionic / AngularJS and SQLite

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...
asked by 14.04.2016 / 16:41
3
answers

How to make the contents appear in the DOM just after clicking - AngularJS

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...
asked by 05.05.2016 / 21:13
1
answer

Chart.js with Angular using ng-include. Charts do not appear

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...
asked by 20.05.2016 / 16:23
0
answers

Ionic - item does not bind in nav-bar

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...
asked by 14.05.2016 / 06:43
0
answers

Error passing request attribute to an angular directive

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...
asked by 23.03.2016 / 18:20
1
answer

EmailComposer Cordova no AngularJS

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...
asked by 13.04.2016 / 18:47
1
answer

How to work with the $ http service of AngularJS in a synchronous way?

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...
asked by 15.02.2016 / 22:59