You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,7 @@ A simple app for checking off various shopping items from a pre defined lists. E
12
12
# 3- menu search using REST API
13
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.
A complete single page application implemented by using ui-router for 3 states, i.e. the Home state, the Menu state and the Item Details state. CSS and styling is avoided since focus is on implementing various angularJS components in the right manner
18
+
[Single Page Application using UI-ROUTER components](https://akashbanerjee.github.io/angularJS-code-snippets/master-detail-view-pair/#/)
0 commit comments