ngUpgraders / ng-forward

The default solution for those that want to write Angular 2.x style code in Angular 1.x
410 stars 36 forks source link

attribute binding #160

Closed vonbrana closed 8 years ago

vonbrana commented 8 years ago

I have tried using ng-forward with simple attribute binding:

<div [hidden] = 'true' > it's hidden </div>

But this does not work. Should this work or is this something that is still coming?

Also I notice that there has been little activity on this repo since January. Has work been discontinued?

timkindberg commented 8 years ago

At this time work has been discontinued. Both core contributors, myself and Mike, are deeply engaged in our jobs even during evening hours and cannot find time at the moment for this project.

The original goal for this project was achieved; to allow ng1 development to mimic ng2. As ng2 nears completion most folks will migrate. There are a couple bugs pertaining to migration that need to be addressed, however other than those I don't think we will see any more major development in this project.

Mike and I are happy to hand the project over to someone who may want to drive it forward. Contact us if interested.

timkindberg commented 8 years ago

@MikeRyan52 any thoughts you might want to add?

MikeRyanDev commented 8 years ago

Nope, other than if someone does want to adopt this project I will certainly dedicate some time to help whoever that person is get up to speed.

vonbrana commented 8 years ago

Thanks for the answer. The project is very interesting and has accomplished a lot. Too bad it must stop for the time being. The one thing that would prevent me from near total migration to angular 2 syntax of a couple simple angular projects we have in production is the attribute binding. But, still it does go a far way to preparing for eventual migration.