Bruno Daniel

Results 18 issues of Bruno Daniel

`Editor Default Resources` is a special directory in Unity that allow UI scripts to retrieve and use assets. The problem is that it is required to be located at the...

Add a feature to dynamically update the Toolbar button for the current page, displaying an "enabled" icon if Angular is detected in the page and a "disabled" icon otherwise. The...

enhancement
help wanted

ng-inspector currently runs very poorly on large apps, and this is mostly due to its naive approach to introspecting and detecting changes in the inspected Angular application. Some profiling might...

enhancement
help wanted

Nothing happens when the user clicks on the toolbar icon to toggle the inspector while viewing a page with the file:/// protocol. ![jhnem5h](https://cloud.githubusercontent.com/assets/141850/3062054/ef3578cc-e214-11e3-88f8-2b6da9482497.png)

bug

The extension currently doesn't support inspecting Angular apps inside iframes. Users reported this issue in the context of: - Umbraco - SharePoint 2013

enhancement

Currently the extension fails to display some user-defined controllers/directives that triggered the creation of the scopes listed in the UI. If you find a publicly accessibly example of this behaviour,...

help wanted
possible bug

> Your version was rejected because of the following problems: > > 1) Dynamic creation of script nodes can be unsafe if contents are not static or are otherwise unsafe,...

help wanted
firefox

Apparently I'll need to buy into the Apple Developer Program to continue publishing ng-inspector for Safari. Which means paying $100/year, pushing the cost to $118/year including the ng-inspector.org domain name....

safari

Create a test with manual bootstrap done in the same file that bundles angular itself.

possible bug

Currently, each clickable element in the inspector UI adds it's own event listener. An optimization opportunity here is to replace this mechanic with a single delegate event on the parent...

help wanted