|
1 | 1 | # Kipucolva! |
2 | 2 | Hozzáadva a bootstrap, jquery |
| 3 | + |
3 | 4 | Kiszedve a boiler |
| 5 | + |
4 | 6 | Magyarítva |
| 7 | + |
| 8 | +A további részek az eredetiből vannak |
5 | 9 | # angular-seed — the seed for AngularJS apps |
6 | 10 |
|
7 | 11 | This project is an application skeleton for a typical [AngularJS](http://angularjs.org/) web app. |
@@ -78,38 +82,6 @@ npm start |
78 | 82 |
|
79 | 83 | Now browse to the app at `http://localhost:8000/app/index.html`. |
80 | 84 |
|
81 | | - |
82 | | - |
83 | | -## Directory Layout |
84 | | - |
85 | | -``` |
86 | | -app/ --> all of the source files for the application |
87 | | - app.css --> default stylesheet |
88 | | - components/ --> all app specific modules |
89 | | - version/ --> version related components |
90 | | - version.js --> version module declaration and basic "version" value service |
91 | | - version_test.js --> "version" value service tests |
92 | | - version-directive.js --> custom directive that returns the current app version |
93 | | - version-directive_test.js --> version directive tests |
94 | | - interpolate-filter.js --> custom interpolation filter |
95 | | - interpolate-filter_test.js --> interpolate filter tests |
96 | | - view1/ --> the view1 view template and logic |
97 | | - view1.html --> the partial template |
98 | | - view1.js --> the controller logic |
99 | | - view1_test.js --> tests of the controller |
100 | | - view2/ --> the view2 view template and logic |
101 | | - view2.html --> the partial template |
102 | | - view2.js --> the controller logic |
103 | | - view2_test.js --> tests of the controller |
104 | | - app.js --> main application module |
105 | | - index.html --> app layout file (the main html template file of the app) |
106 | | - index-async.html --> just like index.html, but loads js files asynchronously |
107 | | -karma.conf.js --> config file for running unit tests with Karma |
108 | | -e2e-tests/ --> end-to-end tests |
109 | | - protractor-conf.js --> Protractor config file |
110 | | - scenarios.js --> end-to-end scenarios to be run by Protractor |
111 | | -``` |
112 | | - |
113 | 85 | ## Testing |
114 | 86 |
|
115 | 87 | There are two kinds of tests in the angular-seed application: Unit tests and End to End tests. |
|
0 commit comments