Commit 9c3825c0 authored by Brendan Asselstine's avatar Brendan Asselstine

Fixed a spelling mistake

parent df6c3d9e
angular.module('angular-follow', []) angular.module('angular-follow', [])
.directive('follow', ['$window', function ($window) { .directive('angularFollow', ['$window', function ($window) {
return { return {
scope: { scope: {
followPoint: '=followPoint' followPoint: '=followPoint'
......
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