featuretracker/dashboard-project-app
Teresita de Jesus Guerrero Vela 6d7653c889 Empty statements should be removed on projectList.controller.js
- Removed unused function parameter
- Removed loggin statements
- Removed empty statement

Signed-off-by: Teresita de Jesus Guerrero Vela <teresita.guerrero.vela@intel.com>
2017-02-17 12:09:09 -06:00
..
client Empty statements should be removed on projectList.controller.js 2017-02-17 12:09:09 -06:00
e2e OpenStack Summit Austin - Demo 2016-04-25 02:12:24 -05:00
server [smarcet] 2016-10-14 18:39:27 -03:00
.babelrc OpenStack Summit Austin - Demo 2016-04-25 02:12:24 -05:00
.bowerrc OpenStack Summit Austin - Demo 2016-04-25 02:12:24 -05:00
.buildignore OpenStack Summit Austin - Demo 2016-04-25 02:12:24 -05:00
.editorconfig OpenStack Summit Austin - Demo 2016-04-25 02:12:24 -05:00
.gitattributes OpenStack Summit Austin - Demo 2016-04-25 02:12:24 -05:00
.gitignore OpenStack Summit Austin - Demo 2016-04-25 02:12:24 -05:00
.jscsrc OpenStack Summit Austin - Demo 2016-04-25 02:12:24 -05:00
.travis.yml OpenStack Summit Austin - Demo 2016-04-25 02:12:24 -05:00
.yo-rc.json OpenStack Summit Austin - Demo 2016-04-25 02:12:24 -05:00
Gruntfile.js Code is not picking the last update date - fix 2017-01-13 12:28:23 -06:00
README.md OpenStack Summit Austin - Demo 2016-04-25 02:12:24 -05:00
bower.json OpenStack Summit Austin - Demo 2016-04-25 02:12:24 -05:00
build-sdk.sh OpenStack Summit Austin - Demo 2016-04-25 02:12:24 -05:00
install.sh OpenStack Summit Austin - Demo 2016-04-25 02:12:24 -05:00
karma.conf.js OpenStack Summit Austin - Demo 2016-04-25 02:12:24 -05:00
mocha.conf.js OpenStack Summit Austin - Demo 2016-04-25 02:12:24 -05:00
package.json Adding app path for dist build 2016-10-13 17:43:47 -05:00
process.json [smarcet] 2016-10-14 18:39:27 -03:00
protractor.conf.js OpenStack Summit Austin - Demo 2016-04-25 02:12:24 -05:00

README.md

dashboard-project

This project was generated with the Angular Full-Stack Generator version 3.5.0.

Getting Started

Prerequisites

Developing

  1. Run npm install to install server dependencies.

  2. Run bower install to install front-end dependencies.

  3. Run mongod in a separate shell to keep an instance of the MongoDB Daemon running

  4. Run grunt serve to start the development server. It should automatically open the client in your browser when ready.

Build & development

Run grunt build for building and grunt serve for preview.

Testing

Running npm test will run the unit tests with karma.