Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit a545cf6

Browse files
committedJun 21, 2015
added angular 1.x sample
1 parent e5af812 commit a545cf6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+23603
-0
lines changed
 

‎angular1/.bowerrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "app/bower_components"
3+
}

‎angular1/.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
logs/*
2+
!.gitkeep
3+
node_modules/
4+
bower_components/
5+
tmp
6+
.DS_Store
7+
.idea
8+
app/**/*.js
9+
e2e-tests/**/*.js

0 commit comments

Comments
 (0)
This repository has been archived.