backstack icon indicating copy to clipboard operation
backstack copied to clipboard

Simple Backbone extension library providing alternative mechanism to navigate/route between application views.

Results 11 backstack issues
Sort by recently updated
recently updated
newest added

When IE8 and 9 are not in debug mode code fails and backstack looks like its not supported in these two versions

Hello, I wuld like to ask for a hint. I'm using the backstack with trigger.io for mobile app (testing currfently on android phone) and have problem that I cant resolve....

Almost all require+backbone projects configured that backbone named in lower case in config shim. So this change fix working of backstack on main part of backbone projects. For example look...

using BackStack version 1.1.2 getting error while initializing BackStack.StackNavigator

Hi. This looks awesome. Whats the best way to use it if I am using Marionette on top of Backbone ?

If you are using Backstack like me and you are planning to instantiate Views with different Collections(so not the same instantion over the whole app) be careful to use this...

When I called popView one too many times I got the error 'Error: Popping from an empty stack!' which is correct as I didn't have any views left; but if...

I've added a "Tab Bar" to my project and it has introduced a bug. Let's take for example a Tab Bar like this: - Home - Notes - Tasks Home...

Hi guys, Has anyone implemented a "Stack" effect, please share your code. Instead of "sliding", I'd like the Views to come in from the right and stack on top, and...

Quick example: ``` javascript var View1 = new Backbone.View.extend({ initialize: function() { this.title = "View 1"; } }; var View2 = new Backbone.View.extend({ initialize: function() { this.options.title = "View 2";...