-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundle.js
53 lines (41 loc) · 1.06 KB
/
bundle.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*jslint browser: true */
/*global define */
define([
'marked',
'angular-animate',
'angular-bootstrap',
'angular-cookies',
'angular-filters',
'angular-moment',
'angular-translate',
'angular-translate-loader-partial',
'angular-translate-storage-cookie',
'angular-translate-storage-local',
'angular-marked',
'moment',
'require-topmodel/angular',
'angular-qtip2',
'angular-ui-router',
'angular-ui-tree',
'./module',
'./services/me',
'./amd-translator/module',
'./amd-translator/provider',
'./can/can.directive',
'./can/cannot.directive',
'./countries/countries.directive',
'./dialogs/message.modal',
'./dialogs/coming.soon',
'./menu/menu.directive',
'./menu/menu-item.directive',
'./menu/menu.provider',
'./password-reminder/component',
'./password-reminder/service',
'./tree/tree.directive',
'./util/equals.directive',
'./util/onescape.directive',
'./util/really.directive',
'./util/storage.factory'
], function () {
'use strict';
});