Commit ed019ad6 authored by Robert Knight's avatar Robert Knight

Add a workaround for a Babel + browserify-ngannotate interaction issue.

Babel inserts helper code before the first non-comment statement from the original
source, breaking the `@ngInject` annotation.
parent a2373770
'use strict';
// Prevent Babel inserting helper code after `@ngInject` comment below which
// breaks browserify-ngannotate.
var unused; // eslint-disable-line
// @ngInject
function viewFilter(unicode) {
/**
......
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