All Questions
Tagged with angular.js modules
3 questions
2
votes
0
answers
209
views
Addition of defaults to components in AngularJS
I wrote a small module in typescript that augments the angularjs registerComponent function to provide a new way of default values for the component controller.
...
2
votes
0
answers
446
views
Modular Angular structure with Browserify
I am trying to create a basic angular template where all files are sorted into a modular structure and referenced using the browserify require method.
I am very new to browserify and the CommonJS-...
6
votes
1
answer
2k
views
Improvements to an Angular ScrollSpy module
Things that I'm not sure about:
Whether this works in all use cases - alongside routing and within templates etc
Am I polluting the scope with all these variables? This seems to be the easiest way to ...