摘要:
$watchGroup can monitor an array or expression.We watch both email and password by using the same callback function. $scope.$watchGroup(['user.emai... 阅读全文
摘要:
For the $watch in last article, we watch 'user.password', actually it is a string.If you watch 'user', this object and we do something like:function W... 阅读全文
摘要:
Express RoutesLet's create an express route that acceptsGETrequests on'/tweets'and responds by sending back a static HTML file.Create aGETroute for'/t... 阅读全文
摘要:
The idea: This post we are going to learn how to build a Firebase Forage with object related database.Form the pic we can see that there are two objec... 阅读全文
摘要:
Using $firebaseSimpleLogin service.Here we use three methods for login, logout, register and getCurrentUser.Be sure to open the Email and Password con... 阅读全文