Is is possible to require angular.filter as a depedency
Aperta
- Lingua principale
- JavaScript
- Stelle
- 2.9k
- Fork
- 319
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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')]`
`};`
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.