googlearchive / generator-angularfire

Yeoman generator for AngularFire: Angular + Firebase apps
191 stars 52 forks source link

Chat template updates and grunt wiredep fix #9

Closed mwilc0x closed 9 years ago

mwilc0x commented 9 years ago

Hi,

I added some bootstrap styling to the chat template. I used simpleLogin to retrieve logged in user in chat ctrl and display their name for a given message. Also, I disabled the chat route when a user is not logged in. Finally, I included a fix for the bower.json wiredep issue when building with grunt. Let me know what you think... thanks.