When using jQueryUI's Sortable plugin (either directly or via Angular's ui.sortable), you might struggle testing your nice drag...
Restmod creates objects that you can use from within Angular to interact with your RESTful API.
When you have an Angular directive that transcludes content, you might want to do something in case there is no...
The material design project for Angular is a complementary effort to the Polymer project's paper elements collection. Our goal...
If you are using Angular and want something like Rails' simple_format which HTML-formats a plain-text input into...
Search engines, such as Google and Bing are engineered to crawl static web pages, not javascript-heavy, client-side apps...
Motion is quickly becoming one of the most important emerging techniques in building a quality user experience on the web...
Angular comes with different types of services. Each one with its own use cases. All of these services are singletons...
We’ve been working on one of our first Angular projects with a Rails backend. It’s been a great...
This trick might be useful to implement more complicated directives in AngularJS. I needed it to do drag'n'drop...