taniadgv / contactworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

contactworks

This is an example application to get to know some first concepts around AngularJS like filters, directives, controllers, etc.

The application also has two snippets of code with very basic examples (just 1 HTML file each):

Running the App

To run the application, use:

grunt

Running Tests

To execute all unit tests, use:

grunt test:unit

To execute all unit tests and keep watching for changes, use:

grunt autotest:unit

About


Languages

Language:JavaScript 51.9%Language:CSS 48.1%