Monday, December 14, 2015

Day 41

Last week of MEAN


Starting the last week of MEAN, I had almost finished the mini-store assignment over the weekend. It took me a while to finish all of it because of the validations. We were shown how to do validations with ng-messages but I found a more bootleg way that resembled how we did flash messages in Python: write the validations in the client controller file and have an error switch. For each error switch, have a span that writes out the error messages via ng-show. Ng-show allows the span to be hidden until the expression that is written is shown to be true.

We have our Black Belt exam on Thursday. I plan on finishing the last assignment (which is supposed to be really similar to our Black Belt) by tomorrow and start learning deployment of projects. 

No comments:

Post a Comment