Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit d82a6dc

Browse files
committedSep 30, 2015
Basic docs
1 parent 2fc829c commit d82a6dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+815
-114
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ java/target
1010
.project
1111
.sonar
1212
*.bak
13+
docs

‎app/app.module.js

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* @ngdoc object
3+
* @name app
4+
* @module app
5+
* @requires ui.select
6+
* @requires app.main
7+
* @requires app.table-mgmt
8+
* @requires app.sales-mgmt
9+
* @requires app.offer-mgmt
10+
*/
111
angular.module('app',
212
['ui.select', 'app.main', 'app.table-mgmt', 'app.offer-mgmt', 'app.sales-mgmt'])
313
.config(function ($locationProvider, uiSelectConfig) {

0 commit comments

Comments
 (0)
This repository has been archived.