CRUD - good tutorial
if you want to use backhand as your provider/server hoster, you can use the blog or the starter app from ionic market: http://market.ionic.io/starters/ionic-backand-with-social But if you just want a...
View ArticleHow to convert app structure for upload to Ionic View?
I started creating an Ionic app (about a year ago) and did not use the CLI tool to generate the structure for it. I'm now refreshing the app and want to finish it up. However, it does not have the...
View ArticleChanging ion-navbar dynamically
@brandyshea, I would see more something like <ion-navbar [color]={{ navbar.color }}> It would be nice!
View ArticleAnyone tried the Translate service?
Hi, I have successfully implemented ng2-translate to Ionic2 project. Here are the steps you need to do: npm install ng2-translate --save open you app.js and import service like this: import...
View ArticleGrid question
Hi again, I am sure it is doable, but I don't have the knowledge to do it yet. Here the current code <ion-row> <ion-col *ngFor="#menu of menus" class="cell-0" (click)="menuSelected(menu)">...
View ArticleNg-click fires twice in response to a single tap
and I made a codePen: http://codepen.io/LouisDoe/pen/gPvGXe?editors=0100 (run it twice to make it work)
View ArticleBug with modal, it's like the user is clicking twice
Hi @brandyshea I made a codepen http://codepen.io/LouisDoe/pen/gPvGXe?editors=0100 (run it twice to make it work please)
View ArticleAnyone tried the Translate service?
Oh cool! I will try it right away. By the way, in your code, can you retype the line just after the 'var userLang'? I think it got changed by the Ionic textbox.
View ArticleArduino Ethernet
Hi everyone!I'm trying to connect a ionic app with my arduino ethernet shield.But I dont know how to establish the connection. Thanks in advance
View ArticleAnyone tried the Translate service?
I'm sorry... looks like ionic textbox screwed the formatting a bit translationConfig() { var prefix = 'assets/i18n/'; var suffix = '.json'; this.translate.useStaticFilesLoader(prefix, suffix); var...
View ArticleAnyone tried the Translate service?
en.json { "FOO": "Bar.", "SOMETHING_ELSE": "This is just another translation sentence" } de.json { "FOO": "Bar.", "SOMETHING_ELSE": "Dies ist nur ein weiterer Übersetzungssatz" }
View ArticleAnyone tried the Translate service?
Worked like a charm! Now, the challenge is to find the right key names! Do you have some advice for an app that has several views?
View ArticleAnyone tried the Translate service?
As you see, language files are JSON files which means you can work around with object (that's why your lang file starts with { and ends with }) and sub objects About best practice and keys in json...
View ArticleConnecting ionic apps to a localhost nodejs or php server
Is ther a way of connecting ionic apps to a localhost nodejs or php based server for mysql data retrieving? I tryed pulling data from a website of mine and added the CORS specifications to allow...
View ArticleAnyone tried the Translate service?
I like your option 1. If you want to use option 2, how the html will look like?
View ArticleAnyone tried the Translate service?
For option 2, your template will look like: {{ "ABOUT.TITLE" | translate }} or {{ "NEWS.FETCHING" | translate }}
View ArticleAnyone tried the Translate service?
like you can see, I am a json master! Thanks for you help. I learnt one new thing today!
View Article