⮀ g clone [email protected]:eddiemonge/snapshots-broken.git .
----------------------------------------------------------------------------------------
Cloning into '.'...
remote: Counting objects: 11, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 11 (delta 1), reused 8 (delta 1), pack-reused 0
Receiving objects: 100% (11/11), done.
Resolving deltas: 100% (1/1), done.
Be sure to check out the README file for usage and what's changed.
To try out the feature-1.0 branch:
git clone https://github.com/angular-ui/ui-router.git
cd ui-router
git checkout feature-1.0
npm install
grunt
Unfortunately, the issue tracker for this has gotten a bit out of control. In the interest of weeding out real bugs and feature requests, this issue is being closed. If you feel like the problem reported is still valid, please add a comment saying it is still affecting you. We will reevaluate it and if it is valid we will reopen it.
You can/should/please also try the new feature-1.0 branch that is in development to see if it fixes your issue. Keep in mind this is still in development but it is the direction the project is heading. If you want to file a ticket against this branch, use the format 1.0: (subject)
for the subject.
You can also try asking on StackOverflow if this is an implementation issue rather than a bug in ui-router.
Thank you for supporting and contributing to the project.
Dear Recruiter or Hopeful Employer,
I'm going to be frank.
I don't have the time or energy to have a phone chat with every recruiter who contacts me. If you want to know about me, such as if I'm worth pursuing, I can answer any questions you have via email. I will only talk on the phone to the employees of the prospective company.
- Are you looking for a new job?
Not really, unless it meets my specific criteria.
wiredep = require( 'wiredep' ) | |
path = require 'path' | |
# Karma configuration | |
module.exports = ( config ) -> | |
config.set | |
# enable / disable watching file and executing tests whenever any file changes | |
autoWatch: true | |
# base path, that will be used to resolve files relative to this file |
'use strict'; | |
angular.module('myApp', [ | |
'widget.bye', | |
'widget.hello' | |
]); |
'use strict'; | |
angular.module('myApp', ['widget']); |
git log --since=0.4.9 --no-merges --pretty="* [\`%h\`](https://github.com/yeoman/generator-webapp/commit/%h) %s" |
Load tasks | |
Execution Time (2014-04-07 04:55:03 UTC) | |
loading tasks 477ms ▇▇▇▇▇ 8% | |
clean:dist 66ms ▇ 1% | |
clean:tmp 184ms ▇▇ 3% | |
coffee:build 426ms ▇▇▇▇ 7% | |
jade:main 215ms ▇▇ 3% | |
jade:others 480ms ▇▇▇▇▇ 8% | |
stylus:main 652ms ▇▇▇▇▇▇▇ 10% | |
copy:app 80ms ▇ 1% |