Skip to content

Commit

Permalink
renamed directive to be generic
Browse files Browse the repository at this point in the history
  • Loading branch information
Resseguie committed May 5, 2014
1 parent b640cc0 commit 235220a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oauthio-login.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ angular.module('resseguie.angular-oauthio-login', [])

return self;
}])
.directive('drrTwitterLogin',
.directive('drrOauthioLogin',
['$location','drrOauthioLogin', function($location,oauthioLogin){
return {
restrict : "EA",
Expand Down
2 changes: 1 addition & 1 deletion oauthio-login.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 235220a

Please sign in to comment.