×

Loading...

View hierarchy here



Report

Replies, comments and Discussions:

  • 工作学习 / 学科技术讨论 / My first AngularJs code. Hope this is useful for you
    http://thintigerlu.blogspot.ca/2015/03/angulajs.html
    • the code includes basic login and then display simple balance.
      • and a 'login filter' to handle unauthorized ajax call to server side, and a 'session data'
    • 不用心啊!code里好多tag。
      • google blogger 给我自动加的。在想法去掉。
      • 谢谢指正,tag去掉了。
    • now code are @github
      https://github.com/thintigerlu/youSys

      both Spring rest and AnglularJs code are there.
      project mobile - > AngluarJs
      project restWeb - >spring rest.

      I will keep updating it, plan to add Spring security, bootstrap, nested ui router etc.
    • added Spring security, disabled CSRF; added some bootstrap features
      I am using Maven inside. It has pretty much backbone of an app now.

      I think Spring CSRF feature is not mature yet, but it is default enabled.

      • View hierarchy here