Skip to content

Instantly share code, notes, and snippets.

@xaiwant
Created May 31, 2018 01:08
Show Gist options
  • Save xaiwant/d1c7e046151719586dd4d54876ea9552 to your computer and use it in GitHub Desktop.
Save xaiwant/d1c7e046151719586dd4d54876ea9552 to your computer and use it in GitHub Desktop.
var myApp = angular.module("myApp", ["ngRoute"]);
myApp.config(function($routeProvider) {
$routeProvider
.when("/about", {
template: '<p>Angular Page with route.f</p>'
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment