Skip to content

Instantly share code, notes, and snippets.

View eccegordo's full-sized avatar

Gordon Potter eccegordo

View GitHub Profile
@eccegordo
eccegordo / custom-select.js
Created June 19, 2015 04:13
custom select component
import Ember from 'ember';
export default Ember.Component.extend({
options: null,
value: null,
prompt: null,
valuePath: null,
labelPath: null,
tagName: 'select',
handleChange: null,
@eccegordo
eccegordo / arrow-function.sublime-snippet
Last active August 29, 2015 14:20
arrow function snippet sublime text
<snippet>
<content><![CDATA[
function(${1:input}){
${2://code}
}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>-></tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.js</scope>
@eccegordo
eccegordo / intro-to-ember-cli-node.md
Created March 21, 2015 11:14
Introduction to Ember CLI, Node and NPM

Introduction To Node, NPM and Ember CLI

This guide is for developers who are new Node, NPM, and Ember CLI. This guide is designed to get you started with ember cli development and provide some general background info on what Node is and how it works with Ember CLI.

Overview

  • What is Node?
  • What is NPM?
  • How do I setup my environment if I don't have node js or npm installed?
  • I accidently installed something wrong how can I start over?
@eccegordo
eccegordo / hades.hbs
Created January 21, 2014 06:19
hades handlesbars template
HADES
{{#if emberApplication}}
<div class="app__nav-holder">
<nav {{bind-attr class=":main-nav view.inactive:main-nav_state_inactive"}}>
<ul class="main-nav__list">
<li class="main-nav__item">
{{#link-to "view_tree"}}
View Tree
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="19px" height="19px" viewBox="0 0 19 19" enable-background="new 0 0 19 19" xml:space="preserve">
<path fill="#454545" d="M0,0v19h19V0H0z M6.109,17.445h-4.57V5.297h4.57V17.445z M17.461,17.445H6.83V5.297h10.63v12.148H17.461z M17.461,4.543H1.539V1.506h15.922V4.543z"/>
{{#if emberApplication}}
<div class="app__nav-holder">
<nav {{bind-attr class=":main-nav view.inactive:main-nav_state_inactive"}}>
<ul class="main-nav__list">
<li class="main-nav__item">
{{#link-to "view_tree"}}
View Tree
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="19px" height="19px" viewBox="0 0 19 19" enable-background="new 0 0 19 19" xml:space="preserve">
<path fill="#454545" d="M0,0v19h19V0H0z M6.109,17.445h-4.57V5.297h4.57V17.445z M17.461,17.445H6.83V5.297h10.63v12.148H17.461z M17.461,4.543H1.539V1.506h15.922V4.543z"/>
@eccegordo
eccegordo / pinky_swear_promises_icon.svg
Last active January 3, 2016 20:18
Possible Icons for Ember Inspector Promises
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{{#if emberApplication}}
<div class="app__nav-holder">
<nav {{bind-attr class=":main-nav view.inactive:main-nav_state_inactive"}}>
<ul class="main-nav__list">
<li class="main-nav__item">
{{#link-to "view_tree"}}
View Tree
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="19px" height="19px" viewBox="0 0 19 19" enable-background="new 0 0 19 19" xml:space="preserve">
<path fill="#454545" d="M0,0v19h19V0H0z M6.109,17.445h-4.57V5.297h4.57V17.445z M17.461,17.445H6.83V5.297h10.63v12.148H17.461z M17.461,4.543H1.539V1.506h15.922V4.543z"/>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.