Skip to content

Commit

Permalink
Add a simple angular module definition as the entry point for our app…
Browse files Browse the repository at this point in the history
…lication.
  • Loading branch information
Josh Graber committed Oct 16, 2015
1 parent e0d07b2 commit a790d0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions js/app.js
@@ -0,0 +1,7 @@
'use strict';

var angular = require('angular');

exports.moduleName = 'exp-ang';

angular.module(exports.moduleName, []);

0 comments on commit a790d0d

Please sign in to comment.