Commit 059ff5ad authored by Brendan Asselstine's avatar Brendan Asselstine

Encapsulated angular-follow.js in a function

parent f60ad54b
(function () {
angular.module('angular-follow', []) angular.module('angular-follow', [])
.directive('angularFollow', ['$window', function ($window) { .directive('angularFollow', ['$window', function ($window) {
return { return {
...@@ -64,3 +66,5 @@ angular.module('angular-follow', []) ...@@ -64,3 +66,5 @@ angular.module('angular-follow', [])
} }
} }
}]); }]);
}).call(this);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment