garbles / garbles/angular-gs-flash-message

Add support for ngRoute

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Check whether ui-router is loaded with something like the following and then act accordingly.

``` javascript
function uiRouterLoaded () {
try {
angular.module('ui.router'); // blows up if not defined
return true;
catch (err) {
return false;
}
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the existing ui-router integration and AngularJS module setup; the issue provides no file or test names. Confirm the expected behavior for ngRoute, implement equivalent support, and verify flash messages work when ui-router is absent and ngRoute is used.

Written by the indexing model from the issue text.

Assessment

Tech stack
angularjs
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.