Implements the first specs

TDD yeah !!!
This commit is contained in:
2016-02-12 14:01:33 +01:00
parent 0dd8219c4a
commit a9ca878be1
5 changed files with 123 additions and 49 deletions

View File

@@ -5,12 +5,13 @@
"dependencies": {
"angular": "^1.5.0",
"angular-route": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-sanitize": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-sanitize": "^1.5.0",
"angular-bootstrap": "^1.1.2",
"bootstrap": "^3.3.6"
},
"devDependencies": {
"angular-mocks": "^1.5.0"
"angular-mocks": "^1.5.0",
"karma-read-json": "^1.1.0"
}
}