Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "public/components"
}
8 changes: 8 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "angular-express-seed",
"version": "0.0.1",
"devDependencies": {
"angular": "~1.2.23",
"angular-route": "~1.2.23"
}
}
1 change: 1 addition & 0 deletions public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Declare app level module which depends on filters, and services

angular.module('myApp', [
'ngRoute'
'myApp.controllers',
'myApp.filters',
'myApp.services',
Expand Down
Loading