Skip to content

Commit 768fb7a

Browse files
committed
Initial commit
0 parents  commit 768fb7a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
lib-cov
2+
*.seed
3+
*.log
4+
*.csv
5+
*.dat
6+
*.out
7+
*.pid
8+
*.gz
9+
10+
pids
11+
logs
12+
results
13+
14+
npm-debug.log

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
angularjs-requirejs-lazy-controllers
2+
====================================
3+
4+
Modified AngularJS' ngView and ngController directives to enable support for lazy loading of controllers using RequireJS.

0 commit comments

Comments
 (0)