Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(build): add annotation to swipe.js
Browse files Browse the repository at this point in the history
Thx @stewones
Close #1327.
  • Loading branch information
ThomasBurleson committed Jan 29, 2015
1 parent ade65b6 commit 22040c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/swipe/swipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var module = angular.module('material.components.swipe',[]);
var directiveName = 'md' + name;
var eventName = '$md.' + name.toLowerCase();

module.directive(directiveName, function($parse) {
module.directive(directiveName, /*@ngInject*/ function($parse) {
return {
restrict: 'A',
link: postLink
Expand Down

0 comments on commit 22040c7

Please sign in to comment.