travis-web/assets/scripts
Piotr Sarnacki 0327d39e2c Move observing last build to controller
We observe last build on the repo in order to show the freshest build on
repo page. I moved it to router in order to keep such observers in the
same place, but this was not a wise move. To make it work properly
observer needs to be removed when moving to some other part (like
build's page). The problem is that deactivate function is not called
when we move to the other route in the same nesting. We have our own
'activate' function on repoController, which is better suited for
handling this task.
2013-09-12 23:23:21 +02:00
..
app Move observing last build to controller 2013-09-12 23:23:21 +02:00
config We can remove locales.js, it will be created on compilation on heroku 2012-12-17 22:17:04 +01:00
lib Revert "Update code for newest ember-model" 2013-09-06 22:14:06 +02:00
spec More github references replaced with links 2013-09-01 13:43:21 +02:00
vendor Revert "Update ember and ember-model" 2013-09-06 22:14:11 +02:00
travis.coffee Rework Code Climate integration for action icon bar. 2013-09-11 10:53:02 +02:00