Developing web applications using AngularJS is fun.
Modularizing your application using RequireJS/AMD modules is nice, too unless you enjoy it to shuffle around <script />
tags everytime you include another javascript file into the application.
This post introduces ngDefine, a tiny library I have created that makes both technologies get to know each other.