travis-web/assets/scripts/app/controllers
Piotr Sarnacki 6bc7b69088 Refactor a way we setup things on repo controller
Till now, when switching between different views, we were switching
different bindings on repo controller. This was quite innefficient,
because then we needed to add bindings also from other controllers and
it's hard to manage such structure when we would like to add specialized
controllers (like LogController).

The new setup is more declarative, meaning that we do such things on the
router and set things on proper controllers. The only drawback is that
now we need to setup a few observers instead of bindings for "current"
views (ie. when viewing the newest repo or when viewing the last build
in current repo).

At this point it may not look like huge improvement, but it will open a
way to more refactorings.
2013-06-05 11:37:28 +02:00
..
account_index.coffee Fix toggle button on hooks list in profile 2013-03-06 15:18:57 +01:00
accounts.coffee Fix profile views 2013-02-21 23:22:53 +01:00
build.coffee Refactor a way we setup things on repo controller 2013-06-05 11:37:28 +02:00
builds.coffee Refactor a way we setup things on repo controller 2013-06-05 11:37:28 +02:00
current_user.coffee Fix sync button 2013-03-05 03:37:47 +01:00
flash.coffee Fix more specs 2013-03-04 03:46:04 +01:00
home.coffee somewhat more consistent naming 2012-10-12 02:34:54 +02:00
job.coffee Reset line numebr on each request 2013-03-14 17:56:50 +01:00
profile.coffee Fix toggle button on hooks list in profile 2013-03-06 15:18:57 +01:00
repo.coffee Refactor a way we setup things on repo controller 2013-06-05 11:37:28 +02:00
repos.coffee Don't set sortProperties to null 2013-05-29 13:51:21 +03:00
running_jobs.coffee Destroy groups in running jobs after they're emptied 2013-03-21 23:46:27 +01:00
sidebar.coffee Add RGSoC logo to the top of the sidebar. 2013-05-31 21:17:06 +02:00
stats.coffee Fix more specs 2013-03-04 03:46:04 +01:00