It's a display of tabular data, using divs because I needed a nice and friendly display for mobile.
Color coding, badges and icons
A Pen by Laura Moraiti on CodePen.
/* global angular,ionic */ | |
(function (angular, ionic) { | |
'use strict'; | |
angular.module('jett.ionic.scroll.sista', ['ionic']) | |
.factory('ScrollPositions', function () { | |
var scrollPositions = {}; | |
return { | |
set: function (state_name, scrollPos) { |
<?php | |
namespace Libs\Utils; | |
use Kdyby\Doctrine\EntityManager; | |
use Nette\DI\Container; | |
class EntityManagerAccessor |
<?php | |
namespace App\Forms; | |
use Nette\Forms\Controls; | |
use Nette\Forms\Form; | |
/** | |
* Class BS3FormRenderer |
It's a display of tabular data, using divs because I needed a nice and friendly display for mobile.
Color coding, badges and icons
A Pen by Laura Moraiti on CodePen.
<?php | |
namespace wodCZ\Flysystem\DI; | |
use Nette; | |
use Nette\DI\CompilerExtension; | |
class FlysystemExtension extends CompilerExtension | |
{ | |
public function loadConfiguration() |