John Spiteri
John Spiteri
Are named functions used in this pattern solely for easier debugging? ```javascript /* recommended */ angular .module('app') .controller('SomeController', SomeController); function SomeController() { } ``` I have been using an internal...
### Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [X] feature request ``` ### Desired functionality...
We are using Bit to share code between our online application (read only required) and our products (where development takes place)... Packages are installed as files instead of packages in...
We have a landing page for when a user successfully completes the payment. "localhost:8080/buy/pay-invoice/{{ invoice.id }}/complete" Is it possible to dynamically access the invoice id? TY
Hi @ocombe , I have been having different issues with our isolated Bit packages, so I decided to start with a barebones setup. Ran these commands: ``` bit new ng-workspace...