Brian Ford
2768929c9c
feat(panel/scopes): expand models pane when first scope is selected
2014-12-09 15:13:24 -08:00
Brian Ford
727ab2da9c
chore: remove watchers panel for now
2014-12-09 15:10:31 -08:00
Brian Ford
a192204441
fix(panel/hints): resolve layout issue with multiple categories
2014-12-09 15:10:07 -08:00
Brian Ford
3a999ad92a
fix(panel/scopes): disallow editing special scope properties
2014-12-09 15:09:31 -08:00
Brian Ford
239c560c74
chore: remove console log
2014-12-09 15:08:29 -08:00
Brian Ford
eb2e7555d4
feat(panel/scopes): set window.$scope on scope select
2014-12-09 15:08:02 -08:00
Brian Ford
147cd0b796
feat(panel/scopes): allow changing model values
2014-12-09 14:32:45 -08:00
Brian Ford
f9c028bc26
docs(hint): add header
...
Closes #144
2014-10-24 07:03:56 -07:00
Michał Gołębiowski
86d7c40af5
docs(contributing): Add npm install
to build instructions
2014-10-24 15:56:43 +02:00
Brian Ford
626c2b23f6
chore(package.json): add angular-hint dep
2014-10-24 06:52:46 -07:00
Brian Ford
7363f3debb
chore(img): add src for logos
2014-10-24 06:31:03 -07:00
Brian Ford
89b577c88d
docs(contributing): add notes on directory layout
2014-10-24 06:30:15 -07:00
Brian Ford
c35956c61d
style(panel): reorganize to improve style
2014-10-24 06:28:33 -07:00
Brian Ford
d1f0888929
docs(example): make example more interesting
2014-10-22 18:20:15 -07:00
Brian Ford
918ecd5c7d
f
2014-10-22 18:14:46 -07:00
Brian Ford
3de10b6f41
chore(jsonTree): remove unused dependencies
2014-10-22 18:13:52 -07:00
Brian Ford
444398e9d4
refactor(jsonTree): remove dependancy on inspectedApp
2014-10-22 18:13:12 -07:00
Brian Ford
d4edd956f6
fix(inspectedApp): dont parse object messages
2014-10-22 18:11:23 -07:00
Brian Ford
b40377531e
refactor(*): basically change everything
...
🍕
2014-10-22 07:43:29 -07:00
Brian Ford
706a63cc51
chore(bower): update dependencies
2014-10-21 15:12:45 -07:00
Brian Ford
499c82d5a6
chore(bower): remove check in bower components
2014-10-21 15:09:29 -07:00
Brian Ford
1162787cb0
docs(example): add example
2014-10-16 18:00:28 -07:00
Brian Ford
d6463b1e2f
style(hintApp): move decls to top of file
2014-10-16 17:59:02 -07:00
Brian Ford
5c676f9959
style(css): formatting, remove over-specified selectors
2014-10-16 17:58:30 -07:00
Brian Ford
556b6d0e0b
refactor(*): simplify message API
2014-10-16 17:52:53 -07:00
Brian Ford
decec2685d
fix(inject): fix path of hint bundle
2014-10-14 11:54:47 -07:00
Brian Ford
6911e08b73
refactor(hintApp): simplify app
2014-10-14 11:54:16 -07:00
Brian Ford
f1b460e45a
docs(readme/contributing): reorganize docs
2014-10-13 17:31:29 -07:00
Brian Ford
156bf99c1f
style(gulp): add missing newline
2014-10-13 17:30:52 -07:00
Carlo s A. Guillen
97380e8fcc
test(hintCtrl): implement test for suppressing messages
2014-08-14 11:39:19 -07:00
Erin Altenhof-Long
03bef161b5
test(hintCtrl): add test coverage for hintCtrl functions
...
Add tests that demonstrate the functionality of hintCtrl formatting functions.
These tests mock the hintService to test the operation of hintCtrl
functions for splitting and using received messages.
2014-08-14 10:47:48 -07:00
Erin Altenhof-Long
c432fb6930
refactor(updateAll): remove unnecessary updateAll method
...
Now that message data is provided incrementally by the hintService,
all the arrays of data may be updated with each message.
2014-08-13 17:33:36 -07:00
Erin Altenhof-Long
b86d7a6955
test(karma.conf.js): add karma and dependencies to allow testing
2014-08-13 16:33:03 -07:00
Erin Altenhof-Long
952a4a4c73
refactor(hintService): move communication through developer tools to backend service
...
To improve testability, the backend communication with the developer tools is moved to
a service that can then be mocked for testing purposes. Moving functionality to
a service means that an app file is needed to create the module before the controller
and the service and that the app, service, and controller should be contained in the
application html page.
2014-08-13 16:33:03 -07:00
Carlo s A. Guillen
0130c9dc8e
feat(hintCtrl): implement suppress message feature
2014-08-13 15:57:06 -07:00
Erin Altenhof-Long
6a0ae94f4d
fix(loader): create custom loader that is compatible with angular 1.2 and 1.3
...
A breaking change with the loading of config blocks between angular 1.2 and 1.3 causes
a an error when registering providers if the appropriate version of angular loader is not
used. This custom loader alters the invokeQueue to use config blocks correctly for both
versions of angular. See the issue with the loader and angular docs:
https://github.com/angular/angular-hint/issues/39 And the breaking change for the
angular loader: c0b4e2db9c
2014-08-13 14:10:04 -07:00
Erin Altenhof-Long
df5bf33762
fix(defaultPane): change default console pane to "All"
...
Using "Directives" as the default message pane caused
errors when using AngularHint without any errors from "Directives".
This changes the default to "All".
2014-08-13 11:06:34 -07:00
Erin Altenhof-Long
9bcaec14ee
chore(.gitignore): ignore built files and dependencies
2014-08-13 11:06:34 -07:00
Erin Altenhof-Long
d826dadf39
chore(): remove static data
2014-08-13 11:06:34 -07:00
Carlos Guillen
f06a989a78
chore(hintCtrl): remove use of isEmpty variable
2014-08-12 16:47:40 -05:00
Carlos Guillen
3b55f063e5
chore(hint.html): change ng-bind to ng-show
2014-08-12 16:46:13 -05:00
Erin Altenhof-Long
85606bb78c
fix(reload): refresh messages on reload of inspectedWindow
...
Messages should not be continually added when the inspectedWindow is refreshed.
When the inspectedWindow is refreshed, start a new list of messages.
2014-08-08 12:05:58 -07:00
Erin Altenhof-Long
d0da55123f
feat(buffer): buffer messages before devTools open
...
Before the devTools are opened, messages should be buffered. This way they can
be delivered when the devTools are opened.
2014-08-08 11:39:18 -07:00
Erin Altenhof-Long
e1cd70d98e
fix(ngShow): load csp to allow use of ng-show and update ng-show logic
...
Due to the loading order of angular in a chrome extension, include the angular-csp.css
to allow the operation of ng-show and ng-class. Also, update the ng-show and ng-class
logic.
2014-08-08 11:27:25 -07:00
Carlo s A. Guillen
b94c14e5aa
feat(HintCtrl): debounce message logging in UI
2014-08-08 10:06:14 -07:00
Carlo s A. Guillen
fe231271b7
feat(*): interact with HintCtrl
2014-08-07 15:56:06 -07:00
Carlo s A. Guillen
e81023bac7
feat(*): implement connection between content script and devTools pane
2014-08-07 14:38:26 -07:00
Carlo s A. Guillen
2ebab66b13
feat(*): set up UI
2014-08-06 14:46:54 -07:00
Carlo s A. Guillen
f3703f423f
feat(*): set up UI
2014-08-06 14:46:25 -07:00
Brian Ford
036a6cf310
docs: add new build script
2014-08-04 15:56:26 -07:00