Is is possible to require angular.filter as a depedency
Aberta
- Linguagem predominante
- JavaScript
- Estrelas
- 2.9k
- Forks
- 319
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
I installed the angular-filter module via npm. Is there a way to require this module inside index.js like below, rather than adding it as a `` tag in index.html. My app uses browserify and the index.html will be including only bundle.js.
`module.exports = {`
`name: 'MyApp',`
`deps: [require('angular.filter')]`
`};`
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.