Posts by Fagnerdireito • 101 points
12 posts
-
0
votes2
answers1879
viewsA: Customize header colors for a &ionicPopup
You can use the build of Ionic via SASS, for this you must activate the build mode of Ionic with the command: $ ionic setup sass this way becomes active the Ionic Sass and you can customize in real…
-
3
votes2
answers1658
viewsA: How to create App routes using Ionic and Angulas.js?
Friend, you need to take a look at the documentation of Ionic because it has enough reference about the subject. To create your html files for each view you need is quite simple you can create those…
-
0
votes1
answer1462
viewsQ: How to search an Ionic Framework Angularjs list
Guys I have an application of Ionic, however I need to do a search or filter on the contacts that appear on the screen but I’m not getting and the worst that does not return any error: My control:…
-
3
votes1
answer3161
viewsQ: Synchronize Local Database from Remote Server on IONIC
Personal how to update a database in a mobile application every time the remote database is updated. For example I have an application in Ionic, and to get faster I use the database of contacts…
-
0
votes3
answers62
viewsA: Error giving a select in two tables
Look, you’re a little confused, you don’t want the bank to list when the membership code is filled in as I understand it, so that’s how it would be: select se.* from solicitacaoemprestimo se LEFT…
mysqlanswered Fagnerdireito 101 -
0
votes0
answers113
viewsQ: Redirect site with . htacess
I need to use friendly urls and am trying to make an adjustment with . htacess I have a url: http://www.site.com.br/default.asp?id=meuid&acao=minhaacao&hint=minhahint I need her to stay that…
-
1
votes2
answers655
viewsA: Module error in Angularjs
Friend, try to normally use the module setting at the angle, it may be giving modules redundancy: angular.module('inparty.controllers', []) try putting this in your "controllers.js file". Delete the…
-
1
votes3
answers1278
viewsA: Variable appearing as html - IONIC FRAMEWORK
There may be some error in connection with your data file, the "store" of your application, in which case it would be important to show us how you are doing the inclusion of your data file as it is…
-
0
votes3
answers907
viewsA: How to filter a Text in a div with JS angular
Guys solved the problem with the code below: Filter PHP list with Angularjs See here the code in the plunker I happen to be having problems with words that are capitalized for example, a word that…
-
1
votes1
answer1028
viewsQ: Problem with Uppercase and Lowercase in Angularjs
People followed the example of a script in stackoverflow.com as follows the link below: [https://stackoverflow.com/questions/19040732/filter-php-list-with-angularjs][1] I happen to be having…
-
1
votes3
answers907
viewsQ: How to filter a Text in a div with JS angular
The problem is to assemble a filter in Angularjs to capture words, querys, inside a text, for example as if to search a word in a craft. <div ng-app="" ng-controller="namesController">…
-
0
votes0
answers129
viewsQ: Select2 does not open when screen is smaller
I have a problem when Select2 is in a form and near the end of the screen, so it does not open because it understands that there is not enough space, I would like to know how to do in this case. The…