Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Models view are not working #35

Closed
co-dh opened this issue Nov 14, 2012 · 8 comments
Closed

Models view are not working #35

co-dh opened this issue Nov 14, 2012 · 8 comments

Comments

@co-dh
Copy link

co-dh commented Nov 14, 2012

models view not working any more after upgrade to 0.3.0

Os: Linux 64, Ubuntu 12
Chrome : Version 23.0.1271.64

Reproduce :
1) visit http://docs.angularjs.org/guide/
2) option AngularJS tab
3) click on Enable, and select Models.
4) Nothing appears in Models page but an empty scope.

@btford
Copy link
Contributor

btford commented Nov 14, 2012

@co-dh: thanks for filing this issue. I can confirm the bug. Specifically, something seems to go wrong in bootstrapPrettify.

@yiwang
Copy link

yiwang commented Nov 15, 2012

same here
Ubuntu 12.04 LTS

Chrome Version 23.0.1271.64
Chromium Version 20.0.1132.47 Ubuntu 12.04 (144678)

@Iristyle
Copy link

+1 Win8 x64

@rickkln
Copy link

rickkln commented Nov 23, 2012

Same thing for me OS X 10.7.3
Chrome Version: 23.0.1271.64

@rickkln
Copy link

rickkln commented Nov 23, 2012

I fixed it by doing this:

  1. Go to chrome://chrome/extensions/
  2. Find AngularJS Batarang
  3. Check "Allow access to file URLs"

Reload page you are trying to use the Batarang with. The Models should show up now.

EDIT:
Actually it doesn't quite work as it should at the moment.

I have this in my controller:

$scope.results = "hello";

$http.get('/api').
success(function(data, status, headers, config) {
console.log($scope.results);
$scope.results = data;
console.log($scope.results);
});

In the console it returns:
hello
result

However in the Model section of the AngularJS Batarang it always shows hello, even after the result has been returned.

@ctarabusi
Copy link

Model and Performances still don't work for me. Options (Show Application, Bindings, Scopes) works fine.

Chrome version: 23.0.1271.97
AngularJS: http://code.angularjs.org/1.0.3/angular.min.js
Window 7 64 bit

@co-dh
Copy link
Author

co-dh commented Jan 11, 2013

I confirm that this bugs has been fixed and can be closed.
Great thanks!

@co-dh co-dh closed this as completed Jan 11, 2013
@brijs
Copy link

brijs commented Feb 9, 2013

I still get a "blank" model view. try http://fiddle.jshell.net/brijs/kvC9b/7/show/light/

Shraymonks added a commit to Shraymonks/pinspector that referenced this issue Jul 17, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants