Skip to content

Commit a5ca031

Browse files
author
Adrian Toczydłowski
committed
angular#1 commit
1 parent 01191df commit a5ca031

File tree

139 files changed

+1777
-304
lines changed

Some content is hidden

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

139 files changed

+1777
-304
lines changed

.bowerrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"directory": "app/bower_components"
2+
"directory": "src/bower_components"
33
}

.jshintrc

+59-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,61 @@
11
{
2-
"globalstrict": true,
3-
"globals": {
4-
"angular": false,
5-
"describe": false,
6-
"it": false,
7-
"expect": false,
8-
"beforeEach": false,
9-
"afterEach": false,
10-
"module": false,
11-
"inject": false
12-
}
2+
"bitwise": true,
3+
"camelcase": true,
4+
"curly": true,
5+
"eqeqeq": true,
6+
"es3": false,
7+
"forin": true,
8+
"freeze": true,
9+
"immed": true,
10+
"indent": 4,
11+
"latedef": "nofunc",
12+
"newcap": true,
13+
"noarg": true,
14+
"noempty": true,
15+
"nonbsp": true,
16+
"nonew": true,
17+
"plusplus": false,
18+
"quotmark": "single",
19+
"undef": true,
20+
"unused": false,
21+
"strict": false,
22+
"maxparams": 10,
23+
"maxdepth": 5,
24+
"maxstatements": 40,
25+
"maxcomplexity": 8,
26+
"maxlen": 120,
27+
28+
"asi": false,
29+
"boss": false,
30+
"debug": false,
31+
"eqnull": true,
32+
"esnext": false,
33+
"evil": false,
34+
"expr": false,
35+
"funcscope": false,
36+
"globalstrict": false,
37+
"iterator": false,
38+
"lastsemic": false,
39+
"laxbreak": false,
40+
"laxcomma": false,
41+
"loopfunc": true,
42+
"maxerr": false,
43+
"moz": false,
44+
"multistr": false,
45+
"notypeof": false,
46+
"proto": false,
47+
"scripturl": false,
48+
"shadow": false,
49+
"sub": true,
50+
"supernew": false,
51+
"validthis": false,
52+
"noyield": false,
53+
54+
"browser": true,
55+
"node": true,
56+
57+
"globals": {
58+
"angular": false,
59+
"$": false
60+
}
1361
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

app/app.css

-30
This file was deleted.

app/app.js

-12
This file was deleted.

app/components/version/interpolate-filter.js

-9
This file was deleted.

app/components/version/interpolate-filter_test.js

-15
This file was deleted.

app/components/version/version-directive.js

-9
This file was deleted.

app/components/version/version-directive_test.js

-17
This file was deleted.

app/components/version/version.js

-8
This file was deleted.

app/components/version/version_test.js

-11
This file was deleted.

app/index-async.html

-58
This file was deleted.

app/index.html

-43
This file was deleted.

app/view1/view1.html

-1
This file was deleted.

app/view1/view1.js

-14
This file was deleted.

app/view1/view1_test.js

-16
This file was deleted.

app/view2/view2.html

-5
This file was deleted.

app/view2/view2.js

-14
This file was deleted.

app/view2/view2_test.js

-16
This file was deleted.

0 commit comments

Comments
 (0)