PushStateSeparator #! issue

Hey all,

I have the following:

      view: {
        pushState: Device.ios ? false : true,
        history: true,
        pushStateSeperator:"",
        pushStateRoot: "/"
      },

However the URL continues to show the #! in the URL (in my case: http://localhost:8080/#!/). What am I missing? Thanks!