RejectedSoftware Forums

Sign up

AngularJS

I've been reading up on AngularJS (https://angularjs.org/) and it seems like a nice client side MVC framework with testing "buildin".
The thing is, I'm not so sure about how well this type of single-page and custom-html-tagging framework works with vibe.d.

Does anybody have any experience with combining the two?
Any general suggestions/insights are of course welcome as well :)

Re: AngularJS

We are using Vibe.d with a great deal of success using Ember as our SPA. Ember and Angular are very similar to this regard and I would venture to say that the vibe.d solution is working better from a development standpoint than Rails was.

Re: AngularJS

On Tue, 30 Sep 2014 03:47:17 GMT, David Monagle wrote:

We are using Vibe.d with a great deal of success using Ember as our SPA. Ember and Angular are very similar to this regard and I would venture to say that the vibe.d solution is working better from a development standpoint than Rails was.

So you are writing your ember templates in diet templates then, looks straightforward enough, thanks.
Anything I should be wary of?