Skip to content

Commit

Permalink
remove unnecessary $scope
Browse files Browse the repository at this point in the history
  • Loading branch information
shanzi committed Apr 22, 2015
1 parent 14a4b8f commit cc48733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ class _InspectData extends Controller
key: k
value: @processValue(v)

constructor: ($scope) ->
constructor: ->
return if not @data

@items = []
Expand Down
1 change: 1 addition & 0 deletions www/md_base/src/styles/inspectdata.less
Expand Up @@ -33,6 +33,7 @@

.key {
text-overflow: ellipsis;
overflow: hidden;
}

.object-value {
Expand Down

0 comments on commit cc48733

Please sign in to comment.