Questions tagged as 'angularjs'

0
answers

$ ionicHistory.clear History () does not work android 6.0 and higher

I'm using Ionic 1 for the development of an application, and it works without any problem in Android 5.1 or lower, but on devices that have Android 6.0 or higher, it does not work deleting the browsing history, nor does it work the capture of th...
asked by 04.06.2017 / 23:49
1
answer

Go through the elements of a Dropdown (Select Option) with $ interval AngularJS

I need to go through the elements of a dropdownlist that I have previously filled with a service, that stays in one element for 30 seconds and then moves on to the next one. My HTML: <select ng-model="depSel" ng-change="changedValue(d...
asked by 06.06.2017 / 21:39
1
answer

How to pass parameters to a directive from a controller? AngularJS

directive ('communicator', [function () {         return {            template: (parameter);         }; The parameter passed from a controller     
asked by 27.05.2017 / 03:24
0
answers

ng-click does not work with Rows Grouping of Datatables

Hello I have a datatable that is filled with data from a query, after filling the table with the data I drawCallback (datatables) with which I create a row (row) as a grouping (Example Image) The problem is that in the title of each row I...
asked by 12.07.2017 / 23:13
0
answers

Controller AngularJS

It is possible to do this: var self = this; //self.emp = {nCodEmpleadoPk:null, cnombres: '', capellidoPaterno: '', capellidoMaterno: '', cSexo: '',cnumDoc:'',ncodArea:'',ncodCargo:'',nEstado:''}; self.emp = {nCodEmpleadoPk:nu...
asked by 26.06.2017 / 15:12
1
answer

Bring data according to the ID of an option or a button of a list

Good community, Beforehand, Thank you for taking your time to read, my query is as follows: I have a table that contains some data: [] And a button to load a modal window: But it is possible to bring the data according to the I...
asked by 20.05.2017 / 16:23
1
answer

Consume WCF WebService

I developed a service with C # that consulted a database with certain functions. I went from AngularJS to Angular2 and here my problems came. Inside my WCF I have: [OperationContract] [WebInvoke(UriTemplate = "/GetCaptaciones", Method =...
asked by 27.04.2017 / 02:05
0
answers

Execution failed for task ': compileArmv7DebugJavaWithJavac'

Trying to compile a project which I copy from my repository has the following problem: C:\Users\PterPmntaM\AplicacionesIonic\unicesarApp\platforms\android\src\org\crosswalk\engine\XWalkWebViewEngine.java:54: error: cannot find symbol import or...
asked by 14.04.2017 / 00:28
0
answers

how to open infowindows of google maps from a button?

.HTML file where an ng-repeat of the markers stored in an array is executed on an ionic-radio <div class="lista"> <ion-scroll class="listContainer"> <ion-list class="listoo">...
asked by 05.04.2017 / 19:11
0
answers

firebase queries ionic2 / orderbychild together with orderbyvalue

hi I want to make a query on ionic 2 from firebase, it already brings me the data with orderbychild but when I try to put orderbyvalue send me error enter image description here user: FirebaseListObservable<any>; this.user = thi...
asked by 09.04.2017 / 22:12