Opetushallitus/eperusteet-opintopolku

View on GitHub
eperusteet-opintopolku-app/yo/app/states/uutiset/state.ts

Summary

Maintainability
A
40 mins
Test Coverage
angular.module("app").config($stateProvider =>
    $stateProvider.state("root.uutiset", {
        url: "/uutiset",
        templateUrl: "views/uutiset.html",
        controller: "UutisetController"
    })
);