摘要:
See more: http://toddmotto.com/opinionated-angular-js-styleguide-for-teams/ While the routes are being resolved we want to show the user something to 阅读全文
摘要:
json-server makes it extremely easy to setup robust JSON apis to use for demos and proof of concepts. John walks you through the process of using pre-... 阅读全文
摘要:
Use 'pattern' tag in html5: 阅读全文
摘要:
1. First you need to login heroku:heroku login2. Then you need to download the code:heroku git:clone -a Get a remote repo: git remote add heroku git@h... 阅读全文
摘要:
After you download the VirtualBox install package and install it (just defualt setting).Then you should download theubuntu.iso file from the website.T... 阅读全文
摘要:
Snippet code:addPackage('storefinder',$path . 'model/','modx_');$result= $modx->getCollection('sfStore');foreach($result as $res){ $output .= $m... 阅读全文
摘要:
Simple Example:Lets process this chunk and output its value. We have this Chunk, called "WelcomeChunk":Welcome [[+name]]!We'll put this in our Snippet... 阅读全文
摘要:
MODx provides a really unfriendly way to work with xPDO class. What I means is you need to define XML schma, mysql table and run the script to generat... 阅读全文
摘要:
1. Install login package.2. Create a Template called 'login':[[!Login? &loginResourceId=`13` // means after login, redirect resource 13 page, in ... 阅读全文
摘要:
From:http://rangle.io/blog/two-ways-to-build-a-location-picker-for-a-mobile-angularjs-application/Building mobile apps often requires working with loc... 阅读全文