Joined September 2013
·
Posted to
AngularJS study note: $watch() current URL
over 1 year
ago
Angular also has
$on
Which can be used to watch $route or $location.
$rootScope.$on("$locationChangeStart", function() {
// This will run on every location change, before the
// whole route is processed. Good for things like Identity
// management.
});
Thanks for the tip!
Posted to
angularjs html5Mode on github pages
over 1 year
ago
So you're saying that if my repo uses a <username>.github.io/<repo> URL I'm out of luck?
Achievements
61 Karma
2,737 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
Forked
Have a project valued enough to be forked by someone else
As someone who just joined an Ember project, thank you!