Skip to content

Instantly share code, notes, and snippets.

View timrourke's full-sized avatar
🇺🇦

Tim Rourke timrourke

🇺🇦
View GitHub Profile
import Ember from 'ember';
export default Ember.Controller.extend({
field: Ember.computed(function() {
return Ember.Object.create({
fieldCategoryFields: [
Ember.Object.create({
fieldCategory: Ember.Object.create({
name: 'Category 1'
})
" Use /bin/bash for executing shell commands
set shell=/bin/bash
" Do not save swp files in project
set directory=$HOME/.vim/swapfiles//
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize