Commit 916fbcd9 authored by Randall Leeds's avatar Randall Leeds

keep DI annotations next to the funs they annotate

parent 9e350f7e
......@@ -82,10 +82,10 @@ class ClauseParser
class Streamer
this.$inject = ['$location', '$scope']
strategies: ['include_any', 'include_all', 'exclude_any', 'exclude_all']
past_modes: ['none','hits','time']
this.$inject = ['$location', '$scope']
constructor: ($location, $scope) ->
$scope.streaming = false
$scope.annotations = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment