Skip to content

Commit

Permalink
Fixing controller issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavgupta007 committed Nov 5, 2015
1 parent 2eb15ab commit 0cfdca5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Read-More-Directive",
"version": "v0.0.4",
"version": "v0.0.5",
"homepage": "https://github.com/andoulla/Read-More-Directive",
"authors": [
"[email protected]"
Expand Down
2 changes: 0 additions & 2 deletions js/directives/readmore.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ readMore.directive('readMore', ['$compile','$interpolate','$timeout',function($c
return {
restrict: 'A',
scope: {},
controller: function($element, $scope){
},
compile : function(element, attrs){

return {
Expand Down

0 comments on commit 0cfdca5

Please sign in to comment.