Is is possible to require angular.filter as a depedency
Open
- Dominant language
- JavaScript
- Stars
- 2.9k
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
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')]`
`};`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.