摘要:
原文: https://stackoverflow.com/questions/31857735/using-controlleras-with-a-directive With "controllerAs", the controller instance alias - vm, in your 阅读全文
摘要:
由于业务的需要,最近angular 的diretive 研究的比较多,有和同事一起共同协作开发scada的项目, 对directive 有了进一步更深的理解。 感觉才开始真正理解了这句话的意思: In an AngularJS directive the scope allows you to ac 阅读全文
摘要:
原文: https://stackoverflow.com/questions/11616636/how-to-do-two-way-filtering-in-angularjs It turns out that there's a very elegant solution to this, b 阅读全文
摘要:
pg_dump and pg_restore 来备份和恢复数据库中的数据。 原文: https://ksearch.wordpress.com/2012/09/28/how-to-backup-a-remote-postgresql-db-and-restore-it-locally/ This a 阅读全文
摘要:
Template literals are string literals allowing embedded expressions. You can use multi-line strings and string interpolation features with them. They 阅读全文