Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
adambutler committed Oct 21, 2014
1 parent 6792ec0 commit 208b9e8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
angular
.module("Poll")
.directive "uniqueSecret", [
"$http", ($http) ->
.directive "uniqueSecret", ["$http", ($http) ->
require: "ngModel"
link: (scope, ele, attrs, c) ->
scope.$watch attrs.ngModel, ->
Expand Down

0 comments on commit 208b9e8

Please sign in to comment.