I'm a newbie in js, I follow this example to study how to route UI in SPA with angularjs.
When I download and run this example, the URL is
"http://localhost:8080/#/home"
but when I start to create my sample myself, the URL always is
"http://localhost:8080/#!/home"
I don't know the meaning of "!" symbol in the URL. My sample still work but the "!" inside the URL make me confuse, I wonder that "something was missing, isn't it?" Please teach me or give me some keywords to understand the problem deeper. Thanks