久久久久久久性爱潮,国产又粗又猛又爽又黄下载视频,尤物国产在线一区视频,欧美日本国产在线不卡

<sup id="4uqqy"><ol id="4uqqy"></ol></sup>
  • <th id="4uqqy"></th>

      • <strike id="4uqqy"><nobr id="4uqqy"><ins id="4uqqy"></ins></nobr></strike><sup id="4uqqy"></sup><strong id="4uqqy"><u id="4uqqy"></u></strong>
        <sub id="4uqqy"></sub>

          Angular deckgrid下載 最新軟件|熱門排行|軟件分類|軟件專題|廠商大全

          您的位置: 首頁編程開發(fā)編程工具 → Angular Deckgrid(專用仿Masonry布局的類庫) v0.6.0 官方最新版

          Angular Deckgrid(專用仿Masonry布局的類庫)

          v0.6.0 官方最新版 Angular Deckgrid(專用仿Masonry布局的類庫) 網(wǎng)友評分:8

          同類相關(guān)軟件

          軟件介紹

          軟件標簽: Angular

          Angular deckgrid 是一個數(shù)據(jù)網(wǎng)格用AngularJS的一部分,需要的朋友歡迎下載。該指令不依賴于視覺展示,所有的響應(yīng)和美觀都依賴于你的 CSS 文件。如果你現(xiàn)在選擇使用angular.js作為你的開發(fā)框架的話,實現(xiàn)類似masonry的網(wǎng)格布局效果將會變得更加簡單,今天介紹的輕量級類庫Angular-deckgrid能夠幫助你快速的生成類似的魔術(shù)布局效果。

           



          安裝教程

           

          一. 安裝

           

          1. bower install --save angular-deckgrid

           

          2. 添加代碼到你的HTML

           

          <script src="<your-bower-components>/angular-deckgrid/angular-deckgrid.js"></script>

           

          3. 添加到你的angular模塊中:

           

          angular.module('your.module', [

           

          'akoenig.deckgrid'

           

          ]);

           

          使用教程

           

          定義聲明:

           

          <div deckgrid source="photos" cardTemplate="templates/deckgrid-card.html" class="deckgrid"></div>

           

          定義數(shù)據(jù)結(jié)構(gòu):

           

          $scope.photos = [

           

          id: 'p1', 'title': 'A nice day!', src: "http://lorempixel.com/300/400/",

           

          id: 'p2', 'title': 'Puh!', src: "http://lorempixel.com/300/400/sports",

           

          id: 'p3', 'title': 'What a club!', src: "http://lorempixel.com/300/400/nightlife"

           

          ];

           

          定義cardtemplate:

           

          <div class="a-card">

           

          <h1>{{card.title}}</h1>

           

          <img src="" data-ng-src="{{card.src}}">

           

          </div>

           

          為了更好的設(shè)計響應(yīng)式的頁面,你可以選擇使用如下來代碼來定義不同設(shè)備或者顯示器上的展示行為:

           

          @media screen and (max-width: 480px){

           

          .deckgrid[deckgrid]::before {

           

          content: '1 .column.column-1-1';

           

          }

           

          .deckgrid .column-1-1 {

           

          width: 100%;

           

          }

           

          }

           

          更新日志

           

          0.6.0版本

           

          打開:[修正]我們需要一個解決方案以防止結(jié)合的模型innerHTML模板

           

          0.5.0版本

           

          升級用AngularJS的依賴bower.json(v1.3.0)。

           

          改變集合比較觸發(fā)重畫。

           

          轉(zhuǎn)自美元的手表以watchcollection美元為了獲得更多的性能。

           

          移植普通未定義檢查用AngularJS標準功能。

          軟件截圖

          下載地址 電腦版

          點擊報錯 軟件無法下載或下載后無法使用,請點擊報錯,謝謝!

          用戶評論

          熱門評論

          最新評論

          發(fā)表評論 查看所有評論(0)

          昵稱:
          請不要評論無意義或臟話,我們所有評論會有人工審核.
          字數(shù): 0/500 (您的評論需要經(jīng)過審核才能顯示)