Skip to content

Commit 71af453

Browse files
committed
2 parents 85d5bc5 + 9702217 commit 71af453

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
1-
# angularJS-coursera-assignments
2-
A repository of angular JS coursera assignments- John Hopkins University
1+
# angularJS-code-snippets
2+
A repository of various code snippets that I did for learning all the concepts of angularJS.
3+
4+
# 1- Dependency Injection
5+
This code snippet ventures into the basics of the MVVM framework and explores the concept of dependency injection by annotating a few fields and binding them together for a common function.
6+
[Lunch Checker using AngularJS](https://akashbanerjee.github.io/angularJS-coursera-assignments/module1-solution/)
7+
8+
# 2- check-off-Shopping-List
9+
A simple app for checking off various shopping items from a pre defined lists. Explored the use of filters, the digest cycle, different types of binding, the controller as syntax and creating custom services with .factory() and .provider()
10+
[Check-off-Shopping-List](https://akashbanerjee.github.io/angularJS-code-snippets/check-off-Shopping-List/)
11+
12+
# 3- menu search using REST API
13+
A restaurant menu searcher using asyn behaviour with promises and $q. Explored the integration of Ajax with the $http service in angular by using a JSON object of various restaurant food items. Used custom directives with isolate scope and learnt about Directive APIs and manipulating the DOM with link.
14+
[Menu-search-using-http-service](https://akashbanerjee.github.io/angularJS-code-snippets/menu-search-REST-API/)

0 commit comments

Comments
 (0)