kriasoft / kriasoft/AngularJS-SPA-Template
Bootstrap.js missing
- Dominant language
- CSS
- Stars
- 103
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
bootstrap.js is missing, menu does not work when display width gets smaller.
==> Include the Bootstrap nuget package as well.
==> Modify code in BundleConfig.cs to:
bundles.Add(new ScriptBundle("~/js/app").Include(
"~/scripts/bootstrap.js",
"~/scripts/vendor/angular-ui-router.js",
"~/scripts/filters.js",
"~/scripts/services.js",
"~/scripts/directives.js",
"~/scripts/controllers.js",
"~/scripts/app.js"));
(The bootstrap.js package is NOT added to the vendor folder by the bootstrap nuget package)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with BundleConfig.cs and inspect the existing ~/scripts/app bundle and vendor directory. Add the Bootstrap NuGet package and ensure bootstrap.js is included in the specified bundle; done means the responsive menu works at smaller display widths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angularjs, csharp, javascript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100