MyGit

0.11.0

sahat/satellizer

版本发布时间: 2015-06-01 15:15:04

sahat/satellizer最新发布版本:0.15.5(2016-08-30 17:25:12)

:exclamation: Note 1: Base64.js polyfill is no longer bundled with Satellizer. All major browsers except IE9 support window.btoa and window.atob functions which are used for encoding/decoding a JWT string. If you still have to support IE9 then add the following before any other scripts in HTML:

<!--[if lte IE 9]>
    <script src="//cdnjs.cloudflare.com/ajax/libs/Base64/0.3.0/base64.min.js"></script>
<![endif]-->

:exclamation: Note 2: The vendor/satellizer.js and a second copy of client folder in the PHP example is no longer kept in Git repository to avoid unnecessary file duplication. As a side effect, to run server-side examples you will now have to run npm install when you download/clone this repository, which will in turn run gulp copy and gulp php tasks after all dev dependencies are installed. These two gulp tasks will copy satellizer.js from root directory to examples/client/vendor, examples/ionic/www/lib and copy the entire client directory to examples/server/php/public/. This was necessary so that when I make a change to satellizer.js I don't have to commit 3 other (duplicate) files along with it.


相关地址:原始地址 下载(tar) 下载(zip)

查看:2015-06-01发行的版本