Skip to content

Instantly share code, notes, and snippets.

@stewones
Created November 13, 2014 17:40
Show Gist options
  • Save stewones/6acef67ea1ff3307ae70 to your computer and use it in GitHub Desktop.
Save stewones/6acef67ea1ff3307ae70 to your computer and use it in GitHub Desktop.
a.run(["$templateCache",
function(a) {
a.put("components/navbar/navbar.html", '<nav class="navbar navbar-static-top navbar-inverse" ng-controller="NavbarCtrl"><div class="navbar-header"><a class="navbar-brand" href="https://github.com/Swiip/generator-gulp-angular"><span class="glyphicon glyphicon-home"></span> Gulp Angular</a></div><div class="collapse navbar-collapse" id="bs-example-navbar-collapse-6"><ul class="nav navbar-nav"><li class="active"><a ng-href="#">Home</a></li><li><a ng-href="#">About</a></li><li><a ng-href="#">Contact</a></li></ul><ul class="nav navbar-nav navbar-right"><li>Current date: {{ date | date:\'yyyy-MM-dd\' }}</li></ul></div></nav>')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment