Skip to content

Commit 8d2e18f

Browse files
committed
Refactor reactive modules
1 parent 7d3dfe5 commit 8d2e18f

File tree

5 files changed

+942
-1025
lines changed

5 files changed

+942
-1025
lines changed

packages/angular-meteor-data/angular-meteor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var angularMeteor = angular.module('angular-meteor', [
99
'angular-meteor.reactive-scope',
1010
'angular-meteor.utils',
1111
'angular-meteor.camera',
12-
'angular-meteor.reactive'
12+
'angular-meteor.reactive-context'
1313
]);
1414

1515
angularMeteor.run(['$compile', '$document', '$rootScope', function ($compile, $document, $rootScope) {

0 commit comments

Comments
 (0)