I think we should create an extension to fix that `search` behavior and using placeholder html5 attribute. Every time I focus on that the text moves. =D
wrong, i have read all google result page searching for solutions for angular and i'm still don't know how to build a proper directive or how to understand the life cycle of the application.
Besides the wrong comparison with jQuery and AngularJs I have to say angularjs is horrible to build Single Page Applications.
jQuery have enough third party lib to solve most problems.
I have done 2 big application and I'm still convincing my boss that angularjs must be deprecated immediately.
Directives and Services have too much workaround to solve the problems we already have defeated and they cast the spell to bring the undead back.
Problems I see:
* fast development
* easy way to build reusable components (see AngularStrap source code)
* few lines of code with real problems (like a huge form)
* form validations
* testing is pretty crap to do, a new born framework (karma) is already obsolete.
* to much problem with $scope needed to workaround with setTimeout(fn, 0)
Features is does have:
* build a quick to do list
* build a quick hello world sample