Skip to content

Instantly share code, notes, and snippets.

View mbcooper's full-sized avatar

Mike Cooper mbcooper

View GitHub Profile
@mbcooper
mbcooper / Intervals.service.js
Created August 11, 2015 19:32
A full example of a module.js for a Angular view. This refers to external dependencies, but is an example of the file organization.
/**
* Created by mike on 7/19/2015.
* intervals.service -
*/
angular.module('handi.home')
.service('intervalService', IntervalService);
/**
* @class IntervalService
* @constructor
@mbcooper
mbcooper / gulp-working
Created December 19, 2014 15:56
My port of my Grunt file ....
/**
* Created by mike on 12/8/2014.
*/
module.exports = {
build_dir: 'build',
dev_dir: 'dev',
path_dir: 'src/common/config',
connectPort: 3444,
app_files: {