Hi,
I am on page 35 now and am struggling with corrections and work-arounds everyone had to go through up till now. Last two were:
- Replace ng-options with bs-options in l.19 of addstock-modal.html (ng-options requires 'select' element issue)
- Replace _.contains with _.includes in l. 13 of main.js (lodash bug)
The app is somewhat working as expected in Firefox, but I am getting this error in Chrome:
That line in watchlist.
js is this:
Quote:
|
$scope.stocks = $scope.watchlist.stocks;
|
Also when navigating to a watchlist this is the url in the browser:
On the watchlist page I get
Quote:
|
{{watchlist.description}}
|
in the .panel-heading.
Lastly the add-stock modal is not opening when clicking on the
+ button. All that functions in Firefox.
Thank you in advance for your consideration and attention.