Build Angular + Parse app
##Local Dev:
- Run
npm install - Run
bower install - Run
grunt serve
-
Start using Angular styleguide for this project - MVP (IN PROGRESS)
-
We should never use $apply in our code unless there is some changes happening outside Angular. Research more on why we have $apply in this code? - SRINI (DONE) -
Show all the hooks to implement Animations using Angular?
-
Implement "spinner" when Login \ Signup buttong is clicked. - SRINI (DONE) -
Move Login \Signup \ Logout to a Directive.
-
Implement i18n \ localization using `angular-translate'.
-
Changecontrollertocontroller aspattern. - MVP (DONE) -
Implement global exception handler by decorating '$exceptionHandler'.
-
Implement Signup & Login with Facebook feature.
-
Start implementing TODO functionality. - SRINI (IN PROGRESS)
-
Sublime Text 3
-
Find Sublime 3 plugin which can auto complete ES5 code (functions, objects etc)
-
Get to know most of Sublime short cuts