catull

Results 143 comments of catull

So, are these implemented in `output.jstl` ? You cannot pass a Java-method into schibsted's JSLT engine. The way I see it is that you pre- or post-process what the JSLT...

Please give us more context. What is the input, jstl code etc.

@gvishu A word of advise, try to format the input as JSON, like so: ```json [ { "a": "12", "b": "13", "contacts": [ { "Id": "1", "Contact_Id": "1234" }, {...

Here's the hack. I only want the UserBox' HTML template to be ```html {{ currentUser.email }} ``` To achieve this, I had to go really deep into Angular internals. First,...

This would be the proper way. 1. All components have a simple, standard Angular selector, not CSS style selector. 2. The components HTML template is simply containing this ```html ```...

@TwanoO67 Then please, in the README.md state that this project is for "Angular 4+", drop "~2~".

All you need to do in the immediate future is to maintain a branch gh-pages with the docs/ checked in. Of course, there needs to be a clever layout in...

I see, so the goal is the same, just not achievable with admin-lte 2.3.x.

@fabioformosa Excellent points you bring up. Just the last two days I had to put in a hack, just to override the HTML template of the user-box. I wished there...

@fabioformosa On the menu and routes, I was able to define my own menu, along with routes to my own components. Can you be more specific about the errors, I...