Usually the indication is a version number => 1.0.0
In my experience AngularDart isn't to slow for production but that depends on ones requirements.Did you use static injection?My experience so far was, that static injection is notable faster than dynamic injection.
Sometimes complaints about performance are related to not using ng-cloak or similar techniques to avoid FOUC.
Usually the indication is a version number => 1.0.0That's true… but Angular appears to be pushed a lot so I would expect it to be more mature.
In my experience AngularDart isn't to slow for production but that depends on ones requirements.Did you use static injection?My experience so far was, that static injection is notable faster than dynamic injection.
No, I download a JSON file and inject it… But the injected HTML (7000+ elements) don't bind to angular code.
Sometimes complaints about performance are related to not using ng-cloak or similar techniques to avoid FOUC.Well, the stack crashed on IE9… so not sure if that would help.I think I will just use Angular for admin interfaces and avoid it in public facing code for now.
No, I download a JSON file and inject it… But the injected HTML (7000+ elements) don't bind to angular code.To 'bind' dynamically added HTML you need to 'compile' the added HTML
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/web/1964f9d5-5f93-4a6a-92ae-0a692a483502%40dartlang.org.--
You received this message because you are subscribed to the Google Groups "Dart Web Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web+uns...@dartlang.org.
Visit this group at http://groups.google.com/a/dartlang.org/group/web/.