framework7 icon indicating copy to clipboard operation
framework7 copied to clipboard

Support For Framework AngularJS 1.x Or Latest

Open siddmegadeth opened this issue 7 years ago • 5 comments

Is your feature request related to a problem? Please describe.

Currently there are no offcial port to AngularJS 1.x or later. There are a lot of developers like me who have written a wrapper to get around this issue . Need support for polular frmaework like AngularJS 1.x. Cannot invest further time to reinvent the wheel and learn each time a new MVC Framework to get the work going. Based on AngularJS 1.X it would be easy to work .

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Need port to AngularJS 1.x

Describe the solution you'd like already written https://www.githhub.com/siddmegadeth/ng7 to work with Framework7 V1. But need offcial port to of framework7 V2 to AngularJS 1.x.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context NONE

siddmegadeth avatar Oct 24 '18 10:10 siddmegadeth

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jan 22 '19 11:01 stale[bot]

Need binding for AngularJS 1.x. Framework Ver2.0 shoud support AngularJS 1.x . This is a request. A lot of us have not switched to latest Angular . Reason are as we are fine with current app performance . However would love to have new Framework7 V2 having binding or some support for AngularJS 1.x

siddmegadeth avatar Jan 23 '19 15:01 siddmegadeth

As said #2955 :

No chances until Angular will have JSX-compatible/compilable template syntax

nolimits4web avatar Feb 19 '19 09:02 nolimits4web

it can be done using Framework7 plugins extended support without need of JSX.

siddmegadeth avatar Feb 25 '19 10:02 siddmegadeth

uhm why JSX is a requirement? i got it working by just using the core doc: <div class="...."/>. The problem is that in "routes" i wish to have a "component" properties, just like in React bindings, that will allow me to use a new angular component

badpenguin avatar Jun 08 '19 17:06 badpenguin