tag : AngularJS

grunt-gh-pages: Deploy Your Website into GitHub Pages

Recently, I am learning AngularJS, and I “believe” I have some progress, so that I cannot wait to puslish my work to the public. This is the repository for the AngularJS demo I write in GitHub. And I publish this work at this link: http://sbzhouhao.net/TodoApp-AngularJS-Firebase/#/todo, which is a static page hosted in GitHub Pages.

AngularJS: Change Page Title Based on Routers Dynamically

Ohhh… I find a problem that the pages do not have titles(just display as URL), when I play the demo in AngularJS Start with Yeoman, Grunt and Bower. ###Intuitively, the page title should be changed dynamically with routers’ changing.