Skip to content

Instantly share code, notes, and snippets.

View DanilaMihailov's full-sized avatar
💻
Weeks of coding can save you hours of planning

Danila Mihailov DanilaMihailov

💻
Weeks of coding can save you hours of planning
View GitHub Profile
var myApp = angular.module('app',[]);
myApp.directive('breadcrumbs', function ($state) {
return {
restrict: 'EA',
templateUrl: 'index.html',
link: function (scope) {
scope.breadcrumbs = [];
if ($state.$current.name !== '') {