Skip to content

Instantly share code, notes, and snippets.

View ignaciofuentes's full-sized avatar

Ignacio Fuentes ignaciofuentes

View GitHub Profile
.k-button[disabled], .k-button.k-state-disabled:hover, .k-button.k-state-disabled:focus,
[disabled] .k-button {
outline: none;
cursor: default;
opacity: 0.65;
filter: grayscale(0.1);
pointer-events: none;
box-shadow: none; }
.k-widget, .k-block {
@ignaciofuentes
ignaciofuentes / ng-conf-notes.md
Last active May 17, 2016 19:55 — forked from tjvantoll/ng-conf-notes.md
Notes for my ng-conf demo

Setup

  • Have the iOS simulator running.
  • Have the Android app running and livesync running.
  • Have the Groceries web app running.
  • Verify the grocery list is appropriate in the default account.
  • Bump up font size in Sublime.
  • Add “WEB” and “NATIVE”.
  • Have login.component.ts open on each.
alert("test");