Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Related Rants
This is embarrassing, but the first days of learning about AngularJS I had to implement functionality about a new component of the WebApp I was building.
I did a good templating, I build the component along with its controller and services, I verified there wasnโt any memory leak and that everything was in an isolated scope. Yet nothing at all appeared on the app. It took me more than 30 minutes until I realized...
I didnโt put the source code on the index.html file ๐
For people who know more about compiled languages such as C or Java... thatโs like not putting your source code file in the makefile. ๐
I felt literally like the dumbest person in the planet at that moment. ๐๐ซ
rant
bug
javascript
wk117
dumb