├── view ├── css │ └── style.css ├── view2.html ├── directives │ ├── List.js │ └── List.html ├── forms │ └── login.html └── view1.html ├── controller ├── routes.js ├── filters.js ├── controllers.js ├── services.js └── directives.js ├── README.md ├── App.js ├── model └── Model.js └── index.html /view/css/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /controller/routes.js: -------------------------------------------------------------------------------- 1 | "use strict"; 2 | -------------------------------------------------------------------------------- /view/view2.html: -------------------------------------------------------------------------------- 1 |
8 | AngularJS is a tool-set for building the framework most suited to your 9 | application development. 10 |
11 | View details » 12 |20 | jQuery is a fast, small, and feature-rich JavaScript library. 21 |
22 | View details » 23 |31 | Sleek, intuitive, and powerful front-end framework for faster and 32 | easier web development. 33 |
34 | View details » 35 |92 | This is a web application starter template built with AngularJS 93 | with an MVC structure 94 |
95 |