Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannysu/angularjs-firefox-seed
https://github.com/dannysu/angularjs-firefox-seed
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dannysu/angularjs-firefox-seed
- Owner: dannysu
- Created: 2014-04-21T22:53:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-04T15:35:23.000Z (over 10 years ago)
- Last Synced: 2024-08-01T21:59:09.121Z (7 months ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-repos - dannysu/angularjs-firefox-seed - (JavaScript)
README
Note this project is only here to demonstrate Angular.js bug filed [here][1].
You could use it as a starting point, but you'll need to read the Angular.js issue to get it fully working.Requirements:
- [node.js & npm][3]
- [bower][2]Steps:
- cd data/angular-seed
- npm install
- rm -rf node_modules
- Download Firefox Addon SDK: https://addons.mozilla.org/en-US/developers/builder
- Unzip the addon SDK
- cd into the addon sdk directory
- source bin/activate
- cd back to angularjs-firefox-seed
- cfx runWithout workaround mentioned in the [issue][1], notice there are lots of output about $digest loop.
[1]: https://github.com/angular/angular.js/issues/7171
[2]: http://bower.io
[3]: http://nodejs.org/