travis-web/assets/scripts/app/controllers
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
..
account_index.coffee Show all accounts and hooks in profile 2013-06-18 17:54:13 +02:00
accounts.coffee Fix profile views 2013-02-21 23:22:53 +01:00
build.coffee Pull some bindings into build and job controllers. 2013-09-08 10:11:20 +02:00
builds.coffee show loading indicator on show-more button click 2013-07-27 16:11:12 -04:00
current_user.coffee Delegate CurrentUserController#updateLocale to user instance 2013-09-01 14:22:48 +02:00
flash.coffee Revert "Update code for newest ember-model" 2013-09-06 22:14:06 +02:00
home.coffee somewhat more consistent naming 2012-10-12 02:34:54 +02:00
job.coffee Pull some bindings into build and job controllers. 2013-09-08 10:11:20 +02:00
profile.coffee Fix getting hooks on profile page 2013-08-27 16:11:56 +02:00
repo.coffee Move observing last build to controller 2013-09-12 23:23:21 +02:00
repos.coffee Return empty array from userRepos when there is no user 2013-08-05 03:28:43 +02:00
stats.coffee Fix more specs 2013-03-04 03:46:04 +01:00