aboutsummaryrefslogtreecommitdiff
path: root/js/app.js
blob: c6cf7316589bb8630ed467c33dbfaab29bf7aa86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Nothing really here except the app object. Filters, and directives are 
//include with the controllers that use them. If we need to add any that
//are used by multiple controllers then we'll define them here.
var redirectorApp = angular.module('redirectorApp', []);