Closed
Description
Hello,
I just built the latest version to have a play with typed parameters, which sound extremely useful!
Even using one of the pre-supplied types such as "bool", or creating my own full of console.log's, I don't see anything to indicate that the type is actually being used.
The plunker below illustrates this issue; clicking the button should set the url to #/test/0 as per how the built in "bool" type seems to work, but does not. I have also tried to create my own custom type, but it seems to have no effect.
http://plnkr.co/edit/wDB7CZb9iTdl9h7iP9lB
Am I being silly and doing something wrong or has a recent commit broke something?
Thanks in advance,
keep up the awesome work!