Skip to content

Commit

Permalink
[feat] handle multi-get #31
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulis committed Mar 27, 2016
1 parent 009fcaf commit b252b2d
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 10 deletions.
1 change: 1 addition & 0 deletions client/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link href="node_modules/dashboard.css" rel="stylesheet" type="text/css">
<link href="node_modules/metric/metric.css" rel="stylesheet" type="text/css">
<link href="node_modules/cards.css" rel="stylesheet" type="text/css">
<link href="node_modules/falcorClient/falcorClient.css" rel="stylesheet" type="text/css">
</head>
<body>
<div ng-app="falcorception">
Expand Down
3 changes: 3 additions & 0 deletions client/src/node_modules/falcorClient/falcorClient.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 18 additions & 8 deletions client/src/node_modules/falcorClient/falcorClient.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions client/src/node_modules/falcorClient/falcorClient.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b252b2d

Please sign in to comment.