Created
January 31, 2018 14:05
-
-
Save TanmayDharmaraj/927b3e632812b55cd24e45658993fad7 to your computer and use it in GitHub Desktop.
Angular config constant.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function () { | |
| return angular.module("my.constants").constant("HTML", { | |
| "views/modules/applications/applications.html": "views/modules/applications/applications.html", | |
| "views/modules/home/home.html": "views/modules/home/home.html" | |
| }); | |
| })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment