8

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. ๐Ÿ˜€๐Ÿ”ซ

Comments
  • 0
    I do this all the time with javascript. Sometimes it's just not calling the function at all too ๐Ÿ˜‚
Add Comment