eHealthAfrica/direct-delivery-dashboard

View on GitHub
src/app/configurations/allocations/allocations.states.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict'

angular.module('allocations')
  .config(function ($stateProvider) {
    $stateProvider.state('configurations.allocations', {
      abstract: true,
      parent: 'configurations.layout',
      url: '/allocations',
      templateUrl: 'app/configurations/allocations/index.html'
    })
  })