Search found 85 matches

Go to advanced search

by Frank7390035
Sat Apr 22, 2017 5:20 pm
Forum: Issues
Topic: autocomplete / number of rows shown
Replies: 3
Views: 597
 
Jump to post

autocomplete / number of rows shown

just a note, I solved it by adding a filter to ng-repeat

e.g. item in itemlist | filter:inputsearch

by Frank7390035
Fri Apr 21, 2017 5:54 pm
Forum: Issues
Topic: autocomplete / number of rows shown
Replies: 3
Views: 597
 
Jump to post

autocomplete / number of rows shown

Hi Serhil, Thanks for the quick reply. The input form has the following: ng-change - calls a function e.g. getList() The function makes a request via a REST service. So each time an additional letter is entered a new query runs. The results of the query are saved to a model variable which then popul...
by Frank7390035
Fri Apr 21, 2017 1:25 pm
Forum: Issues
Topic: autocomplete / number of rows shown
Replies: 3
Views: 597
 
Jump to post

autocomplete / number of rows shown

Hello, I have implemented autcomplete in ionic but there's a small glitch: -let's say I limit the number of suggestions to 5 using a limit in the db query -let's say that the db first returns 5 suggestions, but as I keep typing it will the return only 2 suggestions -my autocomplete list still shows ...
by Frank7390035
Mon Apr 17, 2017 2:03 am
Forum: Issues
Topic: how to reference a color in css based on ionic standard color names
Replies: 1
Views: 362
 
Jump to post

how to reference a color in css based on ionic standard color names

I'd like to use the color "royal" in various elements in the app using CSS. How do I reference this color without using the HTML code (which I don't know)?

Thnaks

by Frank7390035
Mon Apr 17, 2017 1:37 am
Forum: Issues
Topic: Search button on header
Replies: 9
Views: 1131
 
Jump to post

Search button on header

Hello, I also have the need to add a search input in the header, would it be possible to implement this feature?

Thank you so much,
Frank

by Frank7390035
Wed Apr 12, 2017 8:47 pm
Forum: Issues
Topic: pass data from modal to parent
Replies: 7
Views: 1084
 
Jump to post

pass data from modal to parent

Thanks, with your instructions it works!

by Frank7390035
Mon Apr 10, 2017 9:56 pm
Forum: Issues
Topic: pass data from modal to parent
Replies: 7
Views: 1084
 
Jump to post

pass data from modal to parent

Hi Serhii, Thanks for your reply. I did more debugging: the page can read the variable value initialized in the index page, but it cannot read the value assigned within the modal... And the modal cannot access the value assigned in the index. So the modal is where the problem resides. Is there any s...
by Frank7390035
Mon Apr 10, 2017 12:08 pm
Forum: Issues
Topic: pass data from modal to parent
Replies: 7
Views: 1084
 
Jump to post

pass data from modal to parent

Hi Serhii, This is my code ==main page modalInstance.scope.$on('modal.hidden', function(arg) { alert($scope.pillFeature.value); }); ==modal page $scope.pillFeature = pillFeature; alert("scope " + $scope.pillFeature.value); $scope.modal.hide(); ===index page contains the global variable pil...
by Frank7390035
Mon Apr 10, 2017 4:00 am
Forum: Issues
Topic: pass data from modal to parent
Replies: 7
Views: 1084
 
Jump to post

pass data from modal to parent

Given this code invoked when a modal is closed:

modalInstance.scope.$on('modal.hidden', function(arg) {

});

how can I capture variables generated in the modal? Or how can I set a variable of a parent from a modal window?

Thank you,
Frank

by Frank7390035
Wed Apr 05, 2017 12:14 am
Forum: Issues
Topic: How to implement autocomplete in an ionic app?
Replies: 1
Views: 418
 
Jump to post

How to implement autocomplete in an ionic app?

This link https://material.angularjs.org/1.1.0/...

suggests to use a special input element which is not available on Appery. Alternatives? How would I properly install material? Is there a way for the Appery team to load material by default or optionally?

Thanks,
Frank

Go to advanced search