We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e133e commit 8302e17Copy full SHA for 8302e17
TabletopProvider.js
@@ -7,7 +7,7 @@
7
* # Tabletop
8
* Provider allowing easy config and return of Tabletop data in Angular.
9
*/
10
-angular.module('Tabletop')
+angular.module('Tabletop', [])
11
.provider('Tabletop', function () {
12
var tabletopResponse;
13
0 commit comments