Hacker News new | ask | show | jobs
by Xdes 4510 days ago
I will say, as having acquired a taste for angular and trying to extend an ember app, that the angular learning curve is pretty linear.

My experience was:

* My first module

* My first controller

* Attaching controller to div

* My first interaction with ng-click and $scope

* My first route

* Refactor controller from div to router

* Using a route with an anchor tag

* My first form with ng-submit

* My first service

* My first value to wrap jquery

* Using $.ajax to call a service

* Discovering $http and refactoring out $.ajax

* Refactoring the service into a factory

* My first directive to wrap jquery-ui

and so on.