× Requests and support related to jBackend.

Jbackend and Template Ionic Material

  • alphaa
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 10 months ago #4997 by alphaa
Jbackend and Template Ionic Material was created by alphaa
Jbackend can be used as webservice in template Ionic material IN Joomla website ? If yes, how can i do modified services.js for this? and how to do with controllers.js . (exemple project Helloword ).

Alphaa

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #4998 by admin
Replied by admin on topic Jbackend and Template Ionic Material
Hi Alphaa,
sorry but I am not sure I got you when you say "IN Joomla website".

The demo application is a ionic project that can be packages as an iOS or Android mobile app. What you need to do instead of?

Can you add more details?

Thanks,
Luigi

Please Log in or Create an account to join the conversation.

  • alphaa
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 9 months ago #5024 by alphaa
Replied by alphaa on topic Jbackend and Template Ionic Material
IFrame Not Being Rendered In ng-bind-html

<div ng-bind-html="item.content"></div>
why ?

Please Log in or Create an account to join the conversation.

More
8 years 9 months ago #5027 by admin
Replied by admin on topic Jbackend and Template Ionic Material
Probably it is due to this:

docs.angularjs.org/api/ng/service/$sce#methods_trustashtml

You could add a custom filter like this:
.filter('unsafe', function($sce) {
    return function(val) {
        return $sce.trustAsHtml(val);
    };
})

And just use it when you need:
<ANY ng-bind-html="value | unsafe"></ANY>

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

  • alphaa
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
8 years 9 months ago #5031 by alphaa
Replied by alphaa on topic Jbackend and Template Ionic Material
I'm getting all data content from json except the iframe from YouTube
How to get YouTube iframe from Json with ng-bind-html?

Please Log in or Create an account to join the conversation.

More
8 years 9 months ago #5033 by admin
Replied by admin on topic Jbackend and Template Ionic Material
YouTube prevents some kind of embedding. Take a look at this link:

forum.ionicframework.com/t/fixed-1-0-0-beta-10-youtube-iframe-not-working/7812/4
The following user(s) said Thank You: alphaa

Please Log in or Create an account to join the conversation.

Time to create page: 0.172 seconds