Andrew Levine

Results 60 issues of Andrew Levine

TODO: - Remove `--auto-publish` flag - Change behavior of `webstore` (without sub-commands) to do an upload + publish - ~~Make `upload` command include publishing by default~~ - ~~Add `--no-publish` flag...

Hoping this isn't just an obvious case of user-error on my part. Can be seen at: http://astexplorer.net/#/DH4gO9Bvjr ![image](https://cloud.githubusercontent.com/assets/5233399/14906013/6f9b36a2-0d7c-11e6-8d0c-82a9d924f53b.png) ![image](https://cloud.githubusercontent.com/assets/5233399/14906019/78d245d0-0d7c-11e6-82b6-8277579061a6.png)

feature request

This PR has 2 primary updates 1. It switches the extension to using a getter/setter to capture when angular is loaded, and hook bootstrapping. This is in contrast to our...

Older Syntax: ``` angular.module('TestApp', []) .controller('SampleCtrl', function($scope) { $scope.username = 'John Doe'; }); ``` Result: ![Imgur](http://i.imgur.com/BNZhHh8.png) --- "Controller-As" syntax: ``` angular.module('TestApp', []) .controller('SampleCtrl', function() { this.username = 'John Doe'; });...

bug
help wanted

Was doing some work tonight and thought I had caused the issue in my branch, but I'm able to replicate the issue on FF 41 going back to the merge...

bug
help wanted
firefox

https://www.buzzlike.pro/#/login Don't have time this second, but I'm leaving myself a reminder here to verify that this check if working correctly. The site above is throwing quite a few of...

possible bug

This is regarding the issue reported in #69. I was reading through the Angular docs tonight, and I noticed [this interested piece of info](https://docs.angularjs.org/guide/production): > If you wish to debug...

enhancement

http://ui-grid.info/ Steps to replicate: 1. Visit page 2. Trigger `ng-inspector` This one has proven pretty difficult to debug so far, since the Chrome console crashes fairly frequently with the tab....

bug

Copy/pasting an item reported in the comments section for the [`ng-inspector` listing in the Chrome extensions gallery](https://chrome.google.com/webstore/detail/ng-inspector-for-angularj/aadgmnobpdmgmigaicncghmmoeflnamj/reviews?hl=en): > Xinyao TanModified 2 days ago > > Useful tool, but there's a...

bug

## Environment `npx envinfo --system --binaries --npmPackages styled-components,babel-plugin-styled-components --markdown --clipboard` Not super comfortable running a binary from npm without digging through it (corporate machine), but here's relevant info (dep versions...