Skip to content

Commit 8302e17

Browse files
author
Ændrew Rininsland
committed
Forgot deps.
1 parent 07e133e commit 8302e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TabletopProvider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* # Tabletop
88
* Provider allowing easy config and return of Tabletop data in Angular.
99
*/
10-
angular.module('Tabletop')
10+
angular.module('Tabletop', [])
1111
.provider('Tabletop', function () {
1212
var tabletopResponse;
1313

0 commit comments

Comments
 (0)